svn commit: r394099 - head/www/p5-Net-Plurk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Aug 13 17:33:06 UTC 2015


Author: sunpoet
Date: Thu Aug 13 17:33:05 2015
New Revision: 394099
URL: https://svnweb.freebsd.org/changeset/ports/394099

Log:
  - Remove MASTER_SITE_SUBDIR
  - Add NO_ARCH

Modified:
  head/www/p5-Net-Plurk/Makefile

Modified: head/www/p5-Net-Plurk/Makefile
==============================================================================
--- head/www/p5-Net-Plurk/Makefile	Thu Aug 13 17:33:01 2015	(r394098)
+++ head/www/p5-Net-Plurk/Makefile	Thu Aug 13 17:33:05 2015	(r394099)
@@ -6,7 +6,6 @@ PORTVERSION=	0.11
 PORTREVISION=	1
 CATEGORIES=	www net perl5
 MASTER_SITES=	CPAN
-MASTER_SITE_SUBDIR=	CPAN:CLSUNG
 PKGNAMEPREFIX=	p5-
 
 MAINTAINER=	sunpoet at FreeBSD.org
@@ -28,6 +27,7 @@ BUILD_DEPENDS=	p5-AnyEvent-HTTP>=0:${POR
 		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 


More information about the svn-ports-all mailing list