19 lines
344 B
Makefile
19 lines
344 B
Makefile
PORTNAME= args
|
|
PORTVERSION= 0.1.0
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= PYPI
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Command arguments for humans
|
|
WWW= https://github.com/kennethreitz/args
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|