2ad67b7116
- Add TEST_DEPENDS Changes: http://search.cpan.org/dist/Convert-BinHex/Changes
26 lines
555 B
Makefile
26 lines
555 B
Makefile
# Created by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Convert-BinHex
|
|
PORTVERSION= 1.122
|
|
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
|
|
|
|
.include <bsd.port.mk>
|