1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/archivers/p5-Compress-LZW/Makefile
Mathieu Arnold 4819ca343b - Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default.
2013-08-02 18:52:07 +00:00

24 lines
434 B
Makefile

# 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
MAN3= Compress::LZW.3
post-patch:
@${REINPLACE_CMD} -i '' -e 's|\@hattmoward|\\@hattmoward|' \
${WRKSRC}/Makefile.PL
.include <bsd.port.mk>