freebsd-ports/converters/p5-Convert-TNEF/Makefile
Cheng-Lung Sung c43be3147b - MAN3PREFIX is implied when PERL_CONFIGURE is defined.
- this commit modified ports maintained by ports@

PR:		ports/98755
Submitted by:	rafan (the fresh committer)
2006-06-25 15:29:12 +00:00

27 lines
641 B
Makefile

# New ports collection makefile for: p5-Convert-TNEF
# Date created: Nov 14 2000
# Whom: roman@xpert.com
#
# $FreeBSD$
#
PORTNAME= Convert-TNEF
PORTVERSION= 0.17
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl module to read TNEF files
BUILD_DEPENDS= ${SITE_PERL}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
${SITE_PERL}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Convert::TNEF.3
.include <bsd.port.mk>