64d7e50938
- Update to 1.200 along the way PR: 205324 Approved by: maintainer timeout (tobez, 8 months)
27 lines
581 B
Makefile
27 lines
581 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>
|