23 lines
425 B
Makefile
23 lines
425 B
Makefile
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:23:52 espie Exp $
|
|
|
|
COMMENT= check validity of Internet email addresses
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Email-Valid-0.184
|
|
REVISION= 0
|
|
CATEGORIES= mail
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= mail/p5-Mail-Tools>=1.67
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
TEST_DEPENDS= net/p5-Net-Domain-TLD
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|