1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00

add p5-Inline-Files 0.62

Multiple virtual files at the end of your code
This commit is contained in:
Ying-Chieh Liao 2006-06-05 07:18:30 +00:00
parent e0c16a88d0
commit c9b8c34ce3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164389
5 changed files with 44 additions and 0 deletions

View File

@ -1053,6 +1053,7 @@
SUBDIR += p5-Inline
SUBDIR += p5-Inline-ASM
SUBDIR += p5-Inline-CPP
SUBDIR += p5-Inline-Files
SUBDIR += p5-Inline-Filters
SUBDIR += p5-Inline-Java
SUBDIR += p5-Inline-Tcl

View File

@ -0,0 +1,28 @@
# 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-Inline>=0:${PORTSDIR}/devel/p5-Inline \
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>

View File

@ -0,0 +1,3 @@
MD5 (Inline-Files-0.62.tar.gz) = 1beb4548be878a28cafb379945c402b8
SHA256 (Inline-Files-0.62.tar.gz) = b67f09e6c07b10a920c202abbea1f3f77dbdf40c274071df74b4ad4c0f5a8df2
SIZE (Inline-Files-0.62.tar.gz) = 13603

View File

@ -0,0 +1,5 @@
Inline::Files generalizes the notion of the __DATA__ marker and the
associated <DATA> filehandle, to an arbitrary number of markers and
associated filehandles.
WWW: http://search.cpan.org/dist/Inline-Files/

View File

@ -0,0 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/Files/.packlist
%%SITE_PERL%%/Inline/Files.pm
%%SITE_PERL%%/Inline/Files/Virtual.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline/Files
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline
@dirrm %%SITE_PERL%%/Inline/Files
@dirrmtry %%SITE_PERL%%/Inline