blob: 98b40f08861cea02756b317ee73dd3770f4b8102 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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
WWW= https://launchpad.net/dirspec
LICENSE= GPLv3
USES= python:3.6+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
|