freebsd-ports/converters/p5-Convert-BinHex/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

23 lines
481 B
Makefile

# Created by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
# $FreeBSD$
PORTNAME= Convert-BinHex
PORTVERSION= 1.125
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:devel/p5-File-Slurp \
p5-Test-Most>=0:devel/p5-Test-Most
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>