c59a3834c4
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr
29 lines
764 B
Makefile
29 lines
764 B
Makefile
# New ports collection makefile for: p5-Newsletter
|
|
# Date created: 2006/12/22
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Newsletter
|
|
PORTVERSION= 0.03.3
|
|
CATEGORIES= www textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:KALELE
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A Simple website based Newsletter interface
|
|
|
|
BUILD_DEPENDS= p5-MIME-Explode>0:${PORTSDIR}/mail/p5-MIME-Explode \
|
|
p5-MIME-Lite>0:${PORTSDIR}/mail/p5-MIME-Lite \
|
|
p5-File-Type>0:${PORTSDIR}/devel/p5-File-Type
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Newsletter::Html.3 Newsletter::Html::Templ.3 Newsletter::Html::CSS.3 \
|
|
Newsletter::Html::Upload.3 Newsletter.3
|
|
|
|
.include <bsd.port.mk>
|