mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
19 lines
407 B
Makefile
19 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>
|