opnsense-ports/sysutils/py-scriptine/Makefile
Franco Fichtner 873222fe90 */*: sync with upstream
Taken from: FreeBSD
2017-05-08 15:20:34 +02: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>