svn commit: r394298 - head/devel/p5-Module-CheckDeps

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Aug 15 12:09:24 UTC 2015


Author: sunpoet
Date: Sat Aug 15 12:09:23 2015
New Revision: 394298
URL: https://svnweb.freebsd.org/changeset/ports/394298

Log:
  - Remove MASTER_SITE_SUBDIR
  - Add NO_ARCH

Modified:
  head/devel/p5-Module-CheckDeps/Makefile

Modified: head/devel/p5-Module-CheckDeps/Makefile
==============================================================================
--- head/devel/p5-Module-CheckDeps/Makefile	Sat Aug 15 11:39:07 2015	(r394297)
+++ head/devel/p5-Module-CheckDeps/Makefile	Sat Aug 15 12:09:23 2015	(r394298)
@@ -6,7 +6,6 @@ PORTVERSION=	0.08
 PORTREVISION=	1
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:ALEXBIO
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -15,6 +14,7 @@ COMMENT=	Very simple dependencies checke
 BUILD_DEPENDS=	p5-PPI>=0:${PORTSDIR}/textproc/p5-PPI
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list