svn commit: r380039 - head/devel/p5-File-BaseDir
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Feb 26 17:46:25 UTC 2015
Author: sunpoet
Date: Thu Feb 26 17:46:24 2015
New Revision: 380039
URL: https://svnweb.freebsd.org/changeset/ports/380039
QAT: https://qat.redports.org/buildarchive/r380039/
Log:
- Add LICENSE
- Reformat pkg-descr
- Take maintainership
Modified:
head/devel/p5-File-BaseDir/Makefile
head/devel/p5-File-BaseDir/pkg-descr
Modified: head/devel/p5-File-BaseDir/Makefile
==============================================================================
--- head/devel/p5-File-BaseDir/Makefile Thu Feb 26 17:46:18 2015 (r380038)
+++ head/devel/p5-File-BaseDir/Makefile Thu Feb 26 17:46:24 2015 (r380039)
@@ -8,10 +8,13 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Use the freedesktop basedir spec
-USES= perl5
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
USE_PERL5= modbuild
+USES= perl5
.include <bsd.port.mk>
Modified: head/devel/p5-File-BaseDir/pkg-descr
==============================================================================
--- head/devel/p5-File-BaseDir/pkg-descr Thu Feb 26 17:46:18 2015 (r380038)
+++ head/devel/p5-File-BaseDir/pkg-descr Thu Feb 26 17:46:24 2015 (r380039)
@@ -1,7 +1,6 @@
-This module can be used to find directories and files as
-specified by the XDG Base Directory Specification. It takes
-care of defaults and uses File::Spec to make the output
-platform specific.
+This module can be used to find directories and files as specified by the XDG
+Base Directory Specification. It takes care of defaults and uses File::Spec to
+make the output platform specific.
This module forked from File::MimeInfo.
More information about the svn-ports-head
mailing list