22 lines
417 B
Makefile
22 lines
417 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= argh
|
|
PORTVERSION= 0.23.0
|
|
#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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|