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:
parent
e0c16a88d0
commit
c9b8c34ce3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=164389
@ -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
|
||||
|
28
devel/p5-Inline-Files/Makefile
Normal file
28
devel/p5-Inline-Files/Makefile
Normal 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>
|
3
devel/p5-Inline-Files/distinfo
Normal file
3
devel/p5-Inline-Files/distinfo
Normal 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
|
5
devel/p5-Inline-Files/pkg-descr
Normal file
5
devel/p5-Inline-Files/pkg-descr
Normal 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/
|
7
devel/p5-Inline-Files/pkg-plist
Normal file
7
devel/p5-Inline-Files/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user