21 lines
390 B
Makefile
21 lines
390 B
Makefile
# $OpenBSD: Makefile,v 1.21 2017/05/11 14:51:15 benoit Exp $
|
|
|
|
COMMENT= check validity of Internet email addresses
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Email-Valid-1.202
|
|
CATEGORIES= mail
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= mail/p5-Mail-Tools>=1.67 \
|
|
devel/p5-IO-CaptureOutput \
|
|
net/p5-Net-Domain-TLD>=1.65 \
|
|
net/p5-Net-DNS
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|