mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
e60bf52277
Approved by: portmgr (blanket infrastructure)
34 lines
1.0 KiB
Makefile
34 lines
1.0 KiB
Makefile
# Created by: Fred Cox
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WWW-Contact
|
|
PORTVERSION= 0.47
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:FAYLAND
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sailorfred@yahoo.com
|
|
COMMENT= Contact importer for all the major email systems
|
|
|
|
LICENSE= ART20 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay \
|
|
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
|
p5-HTML-TokeParser-Simple>=0:${PORTSDIR}/www/p5-HTML-TokeParser-Simple \
|
|
p5-HTML-Tree>=0:${PORTSDIR}/www/p5-HTML-Tree \
|
|
p5-JSON-XS>=0:${PORTSDIR}/converters/p5-JSON-XS \
|
|
p5-Moose>=0.77:${PORTSDIR}/devel/p5-Moose \
|
|
p5-Net-DNS>=0:${PORTSDIR}/dns/p5-Net-DNS \
|
|
p5-Net-Google-AuthSub>=0:${PORTSDIR}/net/p5-Net-Google-AuthSub \
|
|
p5-Text-vCard>=0:${PORTSDIR}/textproc/p5-Text-vCard \
|
|
p5-WWW-Mechanize>=0:${PORTSDIR}/www/p5-WWW-Mechanize \
|
|
p5-WWW-Mechanize-GZip>=0:${PORTSDIR}/www/p5-WWW-Mechanize-GZip
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|