1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/archivers/p5-IO-Zlib/Makefile
Baptiste Daroussin 36a2528092 Support stage
2014-01-04 18:50:26 +00:00

18 lines
295 B
Makefile

# $FreeBSD$
PORTNAME= IO-Zlib
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= archivers perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= IO
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= IO:: style interface to Compress::Zlib
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>