svn commit: r379656 - head/devel/p5-parent
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Mon Feb 23 10:07:56 UTC 2015
Author: sunpoet
Date: Mon Feb 23 10:07:55 2015
New Revision: 379656
URL: https://svnweb.freebsd.org/changeset/ports/379656
QAT: https://qat.redports.org/buildarchive/r379656/
Log:
- Add LICENSE
- Remove regression-test:
- Take maintainership
Modified:
head/devel/p5-parent/Makefile
Modified: head/devel/p5-parent/Makefile
==============================================================================
--- head/devel/p5-parent/Makefile Mon Feb 23 10:07:49 2015 (r379655)
+++ head/devel/p5-parent/Makefile Mon Feb 23 10:07:55 2015 (r379656)
@@ -9,13 +9,13 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CORION
PKGNAMEPREFIX= p5-
-MAINTAINER= ports at FreeBSD.org
+MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Establish an ISA relationship with base classes at compile time
-USES= perl5
-USE_PERL5= configure
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
-regression-test:
- cd ${WRKSRC} && ${MAKE} test
+USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list