mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
a28363fb24
in the XDG Base Directory and User Folders specifications. WWW: https://launchpad.net/dirspec Build logs: http://goo.gl/QdByDo
21 lines
457 B
Makefile
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>
|