svn commit: r333328 - head/converters/p5-Convert-UUlib
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 9 19:13:17 UTC 2013
Author: sunpoet
Date: Sat Nov 9 19:13:17 2013
New Revision: 333328
URL: http://svnweb.freebsd.org/changeset/ports/333328
Log:
- Add LICENSE
- Convert to new options framework
Modified:
head/converters/p5-Convert-UUlib/Makefile
Modified: head/converters/p5-Convert-UUlib/Makefile
==============================================================================
--- head/converters/p5-Convert-UUlib/Makefile Sat Nov 9 19:12:01 2013 (r333327)
+++ head/converters/p5-Convert-UUlib/Makefile Sat Nov 9 19:13:17 2013 (r333328)
@@ -13,6 +13,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,0,
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 interface to the uulib library (a.k.a. uudeview/uuenview)
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+OPTIONS_DEFINE= DOCS
+
USES= perl5
USE_PERL5= configure
More information about the svn-ports-head
mailing list