svn commit: r448330 - head/devel/p5-POE-Test-Loops

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 19 16:05:25 UTC 2017


Author: sunpoet
Date: Sat Aug 19 16:05:23 2017
New Revision: 448330
URL: https://svnweb.freebsd.org/changeset/ports/448330

Log:
  Add LICENSE_FILE
  
  - Remove MASTER_SITE_SUBDIR
  - Add NO_ARCH

Modified:
  head/devel/p5-POE-Test-Loops/Makefile

Modified: head/devel/p5-POE-Test-Loops/Makefile
==============================================================================
--- head/devel/p5-POE-Test-Loops/Makefile	Sat Aug 19 16:05:18 2017	(r448329)
+++ head/devel/p5-POE-Test-Loops/Makefile	Sat Aug 19 16:05:23 2017	(r448330)
@@ -6,7 +6,6 @@ PORTVERSION=	1.360
 PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:RCAPUTO
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
@@ -14,7 +13,9 @@ COMMENT=	Reusable tests for POE Loop authors
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list