aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/p5-Compress-LZW/Makefile
blob: 311f5df74155a5d6c6724e1fdd3b40d3277c6789 (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
24
25
26
# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$

PORTNAME=   Compress-LZW
PORTVERSION=    0.04
CATEGORIES= archivers perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

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

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

BUILD_DEPENDS=  p5-Moo>=1.001000:${PORTSDIR}/devel/p5-Moo \
        p5-Type-Tiny>0:${PORTSDIR}/devel/p5-Type-Tiny \
        p5-namespace-clean>0:${PORTSDIR}/devel/p5-namespace-clean \
        p5-strictures>0:${PORTSDIR}/devel/p5-strictures
RUN_DEPENDS:=   ${BUILD_DEPENDS}

NO_ARCH=    yes
USES=       perl5
USE_PERL5=  configure

.include <bsd.port.mk>