aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Compress-LZW/Makefile
blob: a39aa46c57060280d6f1fd98afa680710bbd2022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Compress-LZW
PORTVERSION=    0.01
PORTREVISION=   1
CATEGORIES= archivers perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Pure perl implementation of LZW

USES=       perl5
USE_PERL5=  configure

post-patch:
    @${REINPLACE_CMD} -i '' -e 's|\@hattmoward|\\@hattmoward|' \
        ${WRKSRC}/Makefile.PL

.include <bsd.port.mk>