freebsd-ports/devel/p5-Inline-Files/Makefile
2009-05-11 16:30:54 +00:00

30 lines
587 B
Makefile

# ex:ts=8
# Ports collection makefile for: Inline::Files
# Date created: Jun 5, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= Inline-Files
PORTVERSION= 0.63
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Multiple virtual files at the end of your code
PERL_CONFIGURE= yes
MAN3= Inline::Files.3 \
Inline::Files::Virtual.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500703
BUILD_DEPENDS+= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
RUN_DEPENDS+= p5-Filter>=0:${PORTSDIR}/devel/p5-Filter
.endif
.include <bsd.port.post.mk>