1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/converters/p5-Convert-TNEF/Makefile
2013-03-15 09:56:16 +00:00

25 lines
483 B
Makefile

# Created by: roman@xpert.com
# $FreeBSD$
PORTNAME= Convert-TNEF
PORTVERSION= 0.18
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to read TNEF files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-IO-stringy>=0:${PORTSDIR}/devel/p5-IO-stringy \
p5-MIME-Tools>=4.109:${PORTSDIR}/mail/p5-MIME-Tools
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Convert::TNEF.3
.include <bsd.port.mk>