aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Slurp/Makefile
blob: 0c94acdc89c32880ebf57185138697d44351e05a (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
27
28
29
# New ports collection makefile for:    p5-Slurp
# Date created:             October 28, 2011
# Whom:                     Philip M. Gollucci <pgollucci@p6m7g8.com>
#
# $FreeBSD$
#

PORTNAME=   Slurp
PORTVERSION=    0.4
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= CPAN:ROBAU
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Slurp entire files into variables

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

PERL_CONFIGURE= YES

MAN3=       Slurp.3

PLIST_FILES=    %%SITE_PERL%%/Slurp.pm \
        %%SITE_PERL%%/%%PERL_ARCH%%/auto/Slurp/.packlist
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Slurp

.include <bsd.port.mk>