1NAME = pyparsing
2VERSION = 2.0.1
3
4include ../Makefile.inc
5
6postinstall:
7	cp -f $(DIR)/LICENSE $(OSL)/$(NAME)-$(VERSION).txt
8	cp -f $(NAME).partial $(OSV)/$(NAME)-$(VERSION).partial
9