845c5f0432
Reported by: pkg DEVELOPER_MODE
17 lines
348 B
Makefile
17 lines
348 B
Makefile
# Created by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Convert-BinHex
|
|
PORTVERSION= 1.119
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Perl module to extract data from Macintosh BinHex files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Convert::BinHex.3
|
|
|
|
.include <bsd.port.mk>
|