1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/py-dirspec/Makefile
Nicola Vitale 0f3212398b - Update to 13.10
- Update MASTER_SITES
- Sort USE_PYTHON values
2015-01-30 15:32:36 +00:00

21 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>