aboutsummaryrefslogtreecommitdiffstats
path: root/converters/p5-Convert-BinHex/Makefile
blob: bcf79febf955190cd5e5c3dd94acc499df5606f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>