opnsense-ports/www/p5-Newsletter/Makefile
Franco Fichtner 9c41823666 */*: sync with upstream
Taken from: HardenedBSD
2018-06-05 10:35:24 +02:00

25 lines
519 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= Newsletter
PORTVERSION= 0.033
CATEGORIES= www textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KALELE
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple website based Newsletter interface
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
BUILD_DEPENDS= p5-File-Type>0:devel/p5-File-Type \
p5-MIME-Explode>0:mail/p5-MIME-Explode \
p5-MIME-Lite>0:mail/p5-MIME-Lite
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>