mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
30 lines
674 B
Makefile
30 lines
674 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= HTTP-CookieMonster
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension to read/write access to HTTP::Cookies jar
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BROKEN= bogus depends, p5-URI is not provided by net/p5-Net
|
|
|
|
RUN_DEPENDS= \
|
|
p5-HTTP-Cookies>0:${PORTSDIR}/www/p5-HTTP-Cookies \
|
|
p5-Moo>=1.000003:${PORTSDIR}/devel/p5-Moo \
|
|
p5-Safe-Isa>0:${PORTSDIR}/devel/p5-Safe-Isa \
|
|
p5-Sub-Exporter>0:${PORTSDIR}/devel/p5-Sub-Exporter \
|
|
p5-URI>0:${PORTSDIR}/net/p5-Net
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= YES
|
|
|
|
.include <bsd.port.mk>
|