freebsd-ports/sysutils/py-scriptine/Makefile
Danilo G. Baio f8cc2c102f Update my email address
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D10648
2017-05-08 17:21:49 +00:00

19 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= scriptine
PORTVERSION= 0.2.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dbaio@FreeBSD.org
COMMENT= Python shell scripts made easy
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
NO_ARCH= yes
USES= python:-2.7
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>