cb41fc6623
Sponsored by: Absolight
28 lines
582 B
Makefile
28 lines
582 B
Makefile
# Created by: Anton Berezin <tobez@tobez.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Email-Valid
|
|
PORTVERSION= 1.200
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RJBS
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Check validity of Internet email addresses
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
COMMON_DEPENDS= p5-Net-DNS>0:dns/p5-Net-DNS \
|
|
p5-Mail-Tools>0:mail/p5-Mail-Tools \
|
|
p5-Net-Domain-TLD>0:dns/p5-Net-Domain-TLD
|
|
BUILD_DEPENDS= ${COMMON_DEPENDS}
|
|
RUN_DEPENDS= ${COMMON_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|