freebsd-ports/www/p5-URL-Encode/Makefile
Po-Chuan Hsieh 44928b51d4
www/p5-URL-Encode: Add NO_ARCH
- While I'm here, remove no-op BUILD_DEPENDS=${RUN_DEPENDS}

Approved by:	portmgr (blanket)
2021-05-31 03:59:38 +08:00

25 lines
505 B
Makefile

# Created by: Geoffroy Desvernay <dgeo@centrale-marseille.fr>
PORTNAME= URL-Encode
PORTVERSION= 0.03
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:CHANSEN
PKGNAMEPREFIX= p5-
MAINTAINER= dgeo@centrale-marseille.fr
COMMENT= Encoding and decoding of application/x-www-form-urlencoded encoding
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
OPTIONS_DEFINE= XS
XS_RUN_DEPENDS= p5-URL-Encode-XS>=0:www/p5-URL-Encode-XS
.include <bsd.port.mk>