mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
426378e64b
BinHex files. PR: ports/64617 Submitted by: Jan-Peter Koopmann <j.koopmann@seceidos.de>
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# New ports collection makefile for: p5-Convert-BinHex
|
|
# Date created: 2004-03-23
|
|
# Whom: Jan-Peter Koopmann <j.koopmann@seceidos.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Convert-BinHex
|
|
PORTVERSION= 1.119
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Convert
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= j.koopmann@seceidos.de
|
|
COMMENT= Perl module to extract data from Macintosh BinHex files
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Convert::BinHex.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|