freebsd-ports/converters/p5-Convert-BinHex/Makefile

27 lines
569 B
Makefile

# Created by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
# $FreeBSD$
PORTNAME= Convert-BinHex
PORTVERSION= 1.123
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl module to extract data from Macintosh BinHex files
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \
p5-Test-Most>=0:${PORTSDIR}/devel/p5-Test-Most
USES= perl5
USE_PERL5= configure
MAN1= binhex.pl.1 \
debinhex.pl.1
MAN3= Convert::BinHex.3
NO_STAGE= yes
.include <bsd.port.mk>