mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
parent
b71ef4cfe2
commit
b2c5daa08d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291060
5 changed files with 33 additions and 0 deletions
|
@ -1463,6 +1463,7 @@
|
|||
SUBDIR += p5-Data-Alias
|
||||
SUBDIR += p5-Data-Average
|
||||
SUBDIR += p5-Data-Bind
|
||||
SUBDIR += p5-Data-Capture
|
||||
SUBDIR += p5-Data-ClearSilver-HDF
|
||||
SUBDIR += p5-Data-Clone
|
||||
SUBDIR += p5-Data-Compare
|
||||
|
|
22
devel/p5-Data-Capture/Makefile
Normal file
22
devel/p5-Data-Capture/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: p5-Data-Capture
|
||||
# Date created: 2012-02-12
|
||||
# Whom: Steve Wills <swills@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Data-Capture
|
||||
PORTVERSION= 0.27
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
#MASTER_SITE_SUBDIR= CPAN:CLKAO
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl6 Capture objects
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Data::Capture.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Data-Capture/distinfo
Normal file
2
devel/p5-Data-Capture/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Data-Capture-0.27.tar.gz) = 3d633ca0b1b948c69befafd0ff238caeae672e1ed9899923b94df38a7ca0cfea
|
||||
SIZE (Data-Capture-0.27.tar.gz) = 11230
|
3
devel/p5-Data-Capture/pkg-descr
Normal file
3
devel/p5-Data-Capture/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
Perl6 Capture objects
|
||||
|
||||
WWW: http://search.cpan.org/dist/Data-Capture/
|
5
devel/p5-Data-Capture/pkg-plist
Normal file
5
devel/p5-Data-Capture/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Capture/.packlist
|
||||
%%SITE_PERL%%/Data/Capture.pm
|
||||
@dirrmtry %%SITE_PERL%%/Data
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data/Capture
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Data
|
Loading…
Add table
Reference in a new issue