freebsd-ports/devel/p5-TheSchwartz-Worker-SendEmail/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
491 B
Makefile

# Created by: Kurt Lidl <kurt.lidl@cello.com>
# $FreeBSD$
PORTNAME= TheSchwartz-Worker-SendEmail
PORTVERSION= 1.00
PORTREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BRADFITZ
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= TheSchwartz Worker Task to Send Email
BUILD_DEPENDS= p5-TheSchwartz>=1.10:devel/p5-TheSchwartz \
p5-Net-DNS>=0.66_1:dns/p5-Net-DNS
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>