svn commit: r363606 - head/net/p5-BBS-UserInfo-Wretch
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Thu Jul 31 15:13:05 UTC 2014
Author: sunpoet
Date: Thu Jul 31 15:13:05 2014
New Revision: 363606
URL: http://svnweb.freebsd.org/changeset/ports/363606
QAT: https://qat.redports.org/buildarchive/r363606/
Log:
- Add LICENSE
- Sort PLIST
Modified:
head/net/p5-BBS-UserInfo-Wretch/Makefile
head/net/p5-BBS-UserInfo-Wretch/pkg-plist
Modified: head/net/p5-BBS-UserInfo-Wretch/Makefile
==============================================================================
--- head/net/p5-BBS-UserInfo-Wretch/Makefile Thu Jul 31 15:12:59 2014 (r363605)
+++ head/net/p5-BBS-UserInfo-Wretch/Makefile Thu Jul 31 15:13:05 2014 (r363606)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet at FreeBSD.org
COMMENT= Get user information of Wretch-style BBS
-RUN_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Expect>=0:${PORTSDIR}/lang/p5-Expect
+RUN_DEPENDS:= ${BUILD_DEPENDS}
-USES= perl5
USE_PERL5= configure
+USES= perl5
.include <bsd.port.mk>
Modified: head/net/p5-BBS-UserInfo-Wretch/pkg-plist
==============================================================================
--- head/net/p5-BBS-UserInfo-Wretch/pkg-plist Thu Jul 31 15:12:59 2014 (r363605)
+++ head/net/p5-BBS-UserInfo-Wretch/pkg-plist Thu Jul 31 15:13:05 2014 (r363606)
@@ -1,8 +1,8 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Wretch/.packlist
%%SITE_PERL%%/BBS/UserInfo/Wretch.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Wretch/.packlist
%%PERL5_MAN3%%/BBS::UserInfo::Wretch.3.gz
- at dirrmtry %%SITE_PERL%%/BBS/UserInfo
- at dirrmtry %%SITE_PERL%%/BBS
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Wretch
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Wretch
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS
+ at dirrmtry %%SITE_PERL%%/BBS/UserInfo
+ at dirrmtry %%SITE_PERL%%/BBS
More information about the svn-ports-head
mailing list