svn commit: r363602 - head/net/p5-BBS-UserInfo-Maple3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 31 15:12:45 UTC 2014


Author: sunpoet
Date: Thu Jul 31 15:12:44 2014
New Revision: 363602
URL: http://svnweb.freebsd.org/changeset/ports/363602
QAT: https://qat.redports.org/buildarchive/r363602/

Log:
  - Add LICENSE
  - Add BUILD_DEPENDS
  - Sort PLIST

Modified:
  head/net/p5-BBS-UserInfo-Maple3/Makefile
  head/net/p5-BBS-UserInfo-Maple3/pkg-plist

Modified: head/net/p5-BBS-UserInfo-Maple3/Makefile
==============================================================================
--- head/net/p5-BBS-UserInfo-Maple3/Makefile	Thu Jul 31 15:12:39 2014	(r363601)
+++ head/net/p5-BBS-UserInfo-Maple3/Makefile	Thu Jul 31 15:12:44 2014	(r363602)
@@ -11,9 +11,13 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Get user information of Maple3-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-Maple3/pkg-plist
==============================================================================
--- head/net/p5-BBS-UserInfo-Maple3/pkg-plist	Thu Jul 31 15:12:39 2014	(r363601)
+++ head/net/p5-BBS-UserInfo-Maple3/pkg-plist	Thu Jul 31 15:12:44 2014	(r363602)
@@ -1,8 +1,8 @@
-%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3/.packlist
 %%SITE_PERL%%/BBS/UserInfo/Maple3.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3/.packlist
 %%PERL5_MAN3%%/BBS::UserInfo::Maple3.3.gz
- at dirrmtry %%SITE_PERL%%/BBS/UserInfo
- at dirrmtry %%SITE_PERL%%/BBS
- at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/BBS/UserInfo/Maple3
 @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-all mailing list