svn commit: r435916 - head/devel/p5-Test-Signature

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Mar 11 15:58:34 UTC 2017


Author: sunpoet
Date: Sat Mar 11 15:58:32 2017
New Revision: 435916
URL: https://svnweb.freebsd.org/changeset/ports/435916

Log:
  Add LICENSE
  
  - Remove MASTER_SITE_SUBDIR
  - Add NO_ARCH

Modified:
  head/devel/p5-Test-Signature/Makefile

Modified: head/devel/p5-Test-Signature/Makefile
==============================================================================
--- head/devel/p5-Test-Signature/Makefile	Sat Mar 11 15:58:28 2017	(r435915)
+++ head/devel/p5-Test-Signature/Makefile	Sat Mar 11 15:58:32 2017	(r435916)
@@ -5,12 +5,15 @@ PORTNAME=	Test-Signature
 PORTVERSION=	1.11
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:AUDREYT
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	Perl Automated SIGNATURE testing
 
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-all mailing list