1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/py-dirspec/Makefile
Nicola Vitale a28363fb24 A Python library which provides support for handling directories as described
in the XDG Base Directory and User Folders specifications.

WWW: https://launchpad.net/dirspec

Build logs:	http://goo.gl/QdByDo
2013-07-26 12:38:21 +00:00

21 lines
457 B
Makefile

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