2013-11-26 23:56:58 +00:00
|
|
|
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Email-Address-List
|
2014-01-27 20:48:12 +00:00
|
|
|
PORTVERSION= 0.03
|
2013-11-26 23:56:58 +00:00
|
|
|
CATEGORIES= mail perl5
|
2014-01-27 20:48:12 +00:00
|
|
|
MASTER_SITES= http://download.bestpractical.com/mirror/ \
|
|
|
|
CPAN
|
2013-11-26 23:56:58 +00:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
|
|
COMMENT= RFC-close address list parsing
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Email-Address>0:${PORTSDIR}/mail/p5-Email-Address
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2013-12-08 22:38:52 +00:00
|
|
|
NO_ARCH= yes
|
|
|
|
|
2013-11-26 23:56:58 +00:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
|
|
|
|
|
|
|
regression-test: build
|
|
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|