svn commit: r531003 - head/sysutils/p5-User
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Apr 7 14:35:28 UTC 2020
Author: sunpoet
Date: Tue Apr 7 14:35:26 2020
New Revision: 531003
URL: https://svnweb.freebsd.org/changeset/ports/531003
Log:
Add LICENSE
- Add NO_ARCH
- Sort PLIST
Modified:
head/sysutils/p5-User/Makefile
head/sysutils/p5-User/pkg-plist
Modified: head/sysutils/p5-User/Makefile
==============================================================================
--- head/sysutils/p5-User/Makefile Tue Apr 7 14:35:20 2020 (r531002)
+++ head/sysutils/p5-User/Makefile Tue Apr 7 14:35:26 2020 (r531003)
@@ -11,7 +11,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= User - API for locating user information regardless of OS
+LICENSE= ART10 GPLv1+
+LICENSE_COMB= dual
+
USES= perl5
USE_PERL5= configure
+
+NO_ARCH= yes
.include <bsd.port.mk>
Modified: head/sysutils/p5-User/pkg-plist
==============================================================================
--- head/sysutils/p5-User/pkg-plist Tue Apr 7 14:35:20 2020 (r531002)
+++ head/sysutils/p5-User/pkg-plist Tue Apr 7 14:35:26 2020 (r531003)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/User.3.gz
%%SITE_PERL%%/User.pm
+%%PERL5_MAN3%%/User.3.gz
More information about the svn-ports-head
mailing list