svn commit: r401929 - head/devel/p5-Data-Serializer

Frederic Culot culot at FreeBSD.org
Thu Nov 19 11:27:47 UTC 2015


Author: culot
Date: Thu Nov 19 11:27:46 2015
New Revision: 401929
URL: https://svnweb.freebsd.org/changeset/ports/401929

Log:
  - Remove unneeded dependencies [1]
  - Add NO_ARCH
  
  PR:		204667 [1]
  Submitted by:	adamw@

Modified:
  head/devel/p5-Data-Serializer/Makefile

Modified: head/devel/p5-Data-Serializer/Makefile
==============================================================================
--- head/devel/p5-Data-Serializer/Makefile	Thu Nov 19 11:24:05 2015	(r401928)
+++ head/devel/p5-Data-Serializer/Makefile	Thu Nov 19 11:27:46 2015	(r401929)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Data-Serializer
 PORTVERSION=	0.60
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -14,11 +14,8 @@ COMMENT=	Modules that serialize data str
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
-RUN_DEPENDS=	p5-Crypt-CBC>=0:${PORTSDIR}/security/p5-Crypt-CBC \
-		p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML
-BUILD_DEPENDS:=	${RUN_DEPENDS}
-
+NO_ARCH=	yes
 USES=		perl5
-USE_PERL5=	modbuild
+USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list