1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/www/p5-HTTP-CookieJar/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

29 lines
703 B
Makefile

# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= HTTP-CookieJar
PORTVERSION= 0.008
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Minimalist HTTP user agent cookie jar
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-HTTP-Date>=0:www/p5-HTTP-Date
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-Mozilla-PublicSuffix>=0:dns/p5-Mozilla-PublicSuffix \
p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Requires>=0:devel/p5-Test-Requires \
p5-Test-Simple>=0.96:devel/p5-Test-Simple
NO_ARCH= yes
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>