svn commit: r381108 - head/www/p5-URL-Encode

Adam Weinberger adamw at FreeBSD.org
Thu Mar 12 15:54:21 UTC 2015


Author: adamw
Date: Thu Mar 12 15:54:20 2015
New Revision: 381108
URL: https://svnweb.freebsd.org/changeset/ports/381108
QAT: https://qat.redports.org/buildarchive/r381108/

Log:
  Add an XS OPTION to depend on p5-URL-Encode-XS.
  
  PR:		198536
  Submitted by:	maintainer

Modified:
  head/www/p5-URL-Encode/Makefile

Modified: head/www/p5-URL-Encode/Makefile
==============================================================================
--- head/www/p5-URL-Encode/Makefile	Thu Mar 12 15:36:21 2015	(r381107)
+++ head/www/p5-URL-Encode/Makefile	Thu Mar 12 15:54:20 2015	(r381108)
@@ -14,6 +14,10 @@ COMMENT=	Encoding and decoding of applic
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
 
+OPTIONS_DEFINE=	XS
+XS_BUILD_DEPENDS=	p5-URL-Encode-XS>=0:${PORTSDIR}/www/p5-URL-Encode-XS
+XS_RUN_DEPENDS=	${XS_BUILD_DEPENDS}
+
 USES=		perl5
 USE_PERL5=	configure
 


More information about the svn-ports-head mailing list