aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Inline-Files/Makefile
blob: c203866b7462f07fd6417fefde23704bd17d70a9 (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
# ex:ts=8
# Ports collection makefile for:    Inline::Files
# Date created:         Jun 5, 2006
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   Inline-Files
PORTVERSION=    0.62
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Multiple virtual files at the end of your code

BUILD_DEPENDS=  p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS=    ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=   Inline::Files.3 \
    Inline::Files::Virtual.3

.include <bsd.port.mk>