blob: 2424db16013fc45125ba02e0b524a0658d25487c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: p5-LWPx-ParanoidAgent
# Date created: Tue Dec 19 17:00:41 CST 2006
# Whom: Cheng-Lung Sung <clsung@dragon2.net>
#
# $FreeBSD$
#
PORTNAME= LWPx-ParanoidAgent
PORTVERSION= 1.07
CATEGORIES= www security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Subclass of LWP::UserAgent that protects you from harm
BUILD_DEPENDS= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= LWPx::ParanoidAgent.3
.include <bsd.port.mk>
|