77197dd811
their own packages and still on pkg 1.1.4 can upgrade. With hat: portmgr
29 lines
678 B
Makefile
29 lines
678 B
Makefile
# Created by: Matthew Seaman <matthew@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Test-Email
|
|
PORTVERSION= 0.07
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:JAMES
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= matthew@FreeBSD.org
|
|
COMMENT= Test Email Contents
|
|
|
|
BUILD_DEPENDS= p5-Mail-POP3Client>=2:${PORTSDIR}/mail/p5-Mail-POP3Client \
|
|
p5-Mail-Sendmail>=0.79:${PORTSDIR}/mail/p5-Mail-Sendmail \
|
|
p5-MIME-Tools>=5.4:${PORTSDIR}/mail/p5-MIME-Tools \
|
|
p5-Test-Simple>=0.7:${PORTSDIR}/devel/p5-Test-Simple
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
regression-test: build
|
|
@cd ${WRKSRC} && ${MAKE} test
|
|
|
|
.include <bsd.port.mk>
|