1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/www/p5-HTML-StickyQuery-DoCoMoGUID/Makefile
2021-10-04 21:58:01 +02:00

20 lines
407 B
Makefile

PORTNAME= HTML-StickyQuery-DoCoMoGUID
PORTVERSION= 0.03
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:YAPPO
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to add guid in query for DoCoMo imode
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= \
p5-HTML-StickyQuery>0:www/p5-HTML-StickyQuery
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>