Initial commit

This commit is contained in:
Yorhel 2012-06-15 14:23:29 +02:00
commit c47f450934
11 changed files with 1271 additions and 0 deletions

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
.PHONY: GrottyParser
GrottyParser: lib/GrottyParser/Build
cd lib/GrottyParser && ./Build install --install-base=inst
lib/GrottyParser/Build: lib/GrottyParser/Build.PL
cd lib/GrottyParser && perl Build.PL
clean:
cd lib/GrottyParser && ./Build distclean
rm -rf lib/GrottyParser/inst