mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
5bef57b6af
Suggested by: rm
22 lines
403 B
Makefile
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>
|