mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
30 lines
784 B
Makefile
30 lines
784 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= ../by-authors/id/K/KA/KALELE
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
|
|
|
|
MAINTAINER= chinsan@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>
|