diff options
Diffstat (limited to 'sysutils/pydf/Makefile')
-rw-r--r-- | sysutils/pydf/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/pydf/Makefile b/sysutils/pydf/Makefile index 210c98024180..030622825a19 100644 --- a/sysutils/pydf/Makefile +++ b/sysutils/pydf/Makefile @@ -6,14 +6,19 @@ # PORTNAME= pydf -PORTVERSION= 8 +PORTVERSION= 9 CATEGORIES= sysutils MASTER_SITES= http://kassiopeia.juls.savba.sk/~garabik/software/pydf/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= gwarf@gwarf.org +MAINTAINER= baptiste@bapt.name COMMENT= A python implementation of df +LICENSE= unknown +LICENSE_NAME= Public Domain +LICENSE_PERMS= ${_LICENSE_PERMS_DEFAULT} +LICENSE_FILE= ${WRKSRC}/COPYING + SUB_FILES= pkg-message PLIST_FILES= bin/pydf etc/pydfrc.sample |