1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/devel/p5-Inline-Files/Makefile
2006-06-05 07:23:11 +00:00

28 lines
541 B
Makefile

# 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= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Inline
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>