aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Newsletter/Makefile
blob: a5a06a1540222a497dd07477c98db5c92c2518c1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: chinsan

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=	${RUN_DEPENDS}
RUN_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

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>