svn commit: r550806 - head/devel/p5-Tie-FileLRUCache

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 1 08:05:45 UTC 2020


Author: sunpoet
Date: Thu Oct  1 08:05:37 2020
New Revision: 550806
URL: https://svnweb.freebsd.org/changeset/ports/550806

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Sort PLIST

Modified:
  head/devel/p5-Tie-FileLRUCache/Makefile
  head/devel/p5-Tie-FileLRUCache/pkg-plist

Modified: head/devel/p5-Tie-FileLRUCache/Makefile
==============================================================================
--- head/devel/p5-Tie-FileLRUCache/Makefile	Thu Oct  1 08:05:32 2020	(r550805)
+++ head/devel/p5-Tie-FileLRUCache/Makefile	Thu Oct  1 08:05:37 2020	(r550806)
@@ -11,6 +11,9 @@ PKGNAMEPREFIX=	p5-
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Lightweight but robust filesystem based persistent LRU cache
 
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+
 BUILD_DEPENDS=	${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Class-NamedParms>=0:devel/p5-Class-NamedParms \
 		p5-Digest-SHA1>=0:security/p5-Digest-SHA1 \
@@ -18,5 +21,7 @@ RUN_DEPENDS=	p5-Class-NamedParms>=0:devel/p5-Class-Nam
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/p5-Tie-FileLRUCache/pkg-plist
==============================================================================
--- head/devel/p5-Tie-FileLRUCache/pkg-plist	Thu Oct  1 08:05:32 2020	(r550805)
+++ head/devel/p5-Tie-FileLRUCache/pkg-plist	Thu Oct  1 08:05:37 2020	(r550806)
@@ -1,2 +1,2 @@
-%%PERL5_MAN3%%/Tie::FileLRUCache.3.gz
 %%SITE_PERL%%/Tie/FileLRUCache.pm
+%%PERL5_MAN3%%/Tie::FileLRUCache.3.gz


More information about the svn-ports-all mailing list