mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
4f0502580a
to email. Hat: portmgr Feature safe: yes
22 lines
455 B
Makefile
22 lines
455 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= 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>
|