1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/py-argh/Makefile
Nicola Vitale 5bef57b6af - Use PLIST_FILES in place of pkg-plist
Suggested by:	rm
2012-09-12 13:16:55 +00:00

22 lines
403 B
Makefile

# $FreeBSD$
PORTNAME= argh
PORTVERSION= 0.15.1
#PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= Simple (Python) argparse wrapper
LICENSE= LGPL3
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
# Python3 ready (installation tested)
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>