blob: 6cd5cecac5513ad5ac0962800cfa94603274596d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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>
|