Prune net-mgmt/pnp-icinga
[dports.git] / www / p5-HTTP-Cookies-w3m / Makefile
1 # Created by: Masahiro Teramoto <markun@onohara.to>
2 # $FreeBSD$
3
4 PORTNAME=       HTTP-Cookies-w3m
5 PORTVERSION=    0.01
6 PORTREVISION=   2
7 CATEGORIES=     www perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     markun@onohara.to
12 COMMENT=        Cookie storage and management for w3m
13
14 BUILD_DEPENDS=  p5-Module-Install>=0:${PORTSDIR}/devel/p5-Module-Install
15 RUN_DEPENDS:=   ${BUILD_DEPENDS}
16
17 USES=           perl5
18 USE_PERL5=      configure
19
20 .include <bsd.port.mk>