opnsense-ports/devel/py-resourcepackage/Makefile
Franco Fichtner 0d9b23e597 */*: sync with upstream
Taken from: HardenedBSD
2017-11-30 18:31:08 +01:00

17 lines
419 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= resourcepackage
PORTVERSION= 1.0.0
CATEGORIES= devel python
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20%28final%29
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ResourcePackage-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Automated resource-as-package embedding mechanism
USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>