1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/converters/p5-Convert-TNEF/Makefile
Will Andrews 1847390175 Add p5-Convert-TNEF 0.08, a Perl module to read TNEF files.
PR:		22827
Submitted by:	Roman Shterenzon <roman@xpert.com>
2000-12-19 08:35:53 +00:00

29 lines
747 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.08
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Convert
PKGNAMEPREFIX= p5-
MAINTAINER= roman@xpert.com
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/IO/Wrap.pm:${PORTSDIR}/devel/p5-IO-stringy \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Body.pm:${PORTSDIR}/mail/p5-MIME-Tools
USE_PERL5= YES
MAN3= Convert::TNEF.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>