1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/p5-pQuery/Makefile
Sunpoet Po-Chuan Hsieh 33255057b9 Update to 0.24
- Add NO_ARCH

Changes:	https://metacpan.org/changes/distribution/pQuery
2018-09-10 20:28:01 +00:00

26 lines
424 B
Makefile

# $FreeBSD$
PORTNAME= pQuery
PORTVERSION= 0.24
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:INGY
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl Port of jQuery.js
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-HTML-Tree>=0:www/p5-HTML-Tree
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>