2006-05-26 20:28:08 +02:00
|
|
|
# New ports collection makefile for: p5-Petal-Mail
|
|
|
|
# Date created: 26 May 2006
|
|
|
|
# Whom: Aaron Dalton <aaron@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Petal-Mail
|
|
|
|
PORTVERSION= 0.31
|
|
|
|
CATEGORIES= textproc perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-05-26 20:28:08 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../../authors/id/B/BP/BPOSTLE
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2008-04-29 07:27:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-26 20:28:08 +02:00
|
|
|
COMMENT= Format text e-mail using Petal
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${SITE_PERL}/Petal.pm:${PORTSDIR}/textproc/p5-Petal \
|
2006-05-27 21:38:48 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/Encode.pm:${PORTSDIR}/converters/p5-Encode
|
2006-05-26 20:28:08 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
MAN3= Petal::Mail.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
PERL_CONFIGURE= 5.7.3+
|
2006-05-26 20:28:08 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|