svn commit: r484588 - head/devel/p5-Cache-LRU

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 10 07:58:47 UTC 2018


Author: sunpoet
Date: Sat Nov 10 07:58:44 2018
New Revision: 484588
URL: https://svnweb.freebsd.org/changeset/ports/484588

Log:
  Remove MASTER_SITE_SUBDIR

Modified:
  head/devel/p5-Cache-LRU/Makefile

Modified: head/devel/p5-Cache-LRU/Makefile
==============================================================================
--- head/devel/p5-Cache-LRU/Makefile	Sat Nov 10 07:58:36 2018	(r484587)
+++ head/devel/p5-Cache-LRU/Makefile	Sat Nov 10 07:58:44 2018	(r484588)
@@ -6,7 +6,6 @@ PORTVERSION=	0.04
 PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:KAZUHO
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
@@ -17,8 +16,9 @@ LICENSE_COMB=	dual
 
 TEST_DEPENDS=	p5-Test-Requires>=0:devel/p5-Test-Requires
 
-NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list