94aeec2393
- Cleanup Makefile header
22 lines
434 B
Makefile
22 lines
434 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Compress-Snappy
|
|
PORTVERSION= 0.19
|
|
CATEGORIES= archivers perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Perl interface to Google Snappy (de)compressor
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
LIB_DEPENDS= snappy:${PORTSDIR}/archivers/snappy
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Compress::Snappy.3
|
|
|
|
.include <bsd.port.mk>
|