2006-06-05 09:18:30 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: Inline::Files
|
|
|
|
# Date created: Jun 5, 2006
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Inline-Files
|
2011-07-31 08:21:14 +02:00
|
|
|
PORTVERSION= 0.68
|
2006-06-05 09:18:30 +02:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2006-06-05 09:18:30 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
|
|
COMMENT= Multiple virtual files at the end of your code
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2011-07-31 08:21:14 +02:00
|
|
|
MAN3= Inline::Files.3 \
|
|
|
|
Inline::Files::Virtual.3
|
2006-06-05 09:18:30 +02:00
|
|
|
|
2009-07-22 18:27:08 +02:00
|
|
|
.include <bsd.port.mk>
|