opnsense-ports/devel/py-dirspec/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

20 lines
456 B
Makefile

# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$
PORTNAME= dirspec
PORTVERSION= 13.10
PORTREVISION= 0
CATEGORIES= devel
MASTER_SITES= https://launchpadlibrarian.net/152764618/ \
http://nivit.altervista.org/FreeBSD/ports/distfiles/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nivit@FreeBSD.org
COMMENT= XDG Base and User directories implementation
LICENSE= GPLv3
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>