mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Add p5-Task-Tiny 0.002
Task::Tiny may be used to install a selection of tiny Perl extensions from CPAN. WWW: http://search.cpan.org/dist/Task-Tiny/
This commit is contained in:
parent
36b6323653
commit
7c08c97173
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379657
@ -2887,6 +2887,7 @@
|
||||
SUBDIR += p5-TAP-SimpleOutput
|
||||
SUBDIR += p5-Taint-Runtime
|
||||
SUBDIR += p5-Taint-Util
|
||||
SUBDIR += p5-Task-Tiny
|
||||
SUBDIR += p5-Task-Weaken
|
||||
SUBDIR += p5-Tee
|
||||
SUBDIR += p5-Template-Provider-Encode
|
||||
|
19
devel/p5-Task-Tiny/Makefile
Normal file
19
devel/p5-Task-Tiny/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Task-Tiny
|
||||
PORTVERSION= 0.002
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Install a lightweight development environment
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Task-Tiny/distinfo
Normal file
2
devel/p5-Task-Tiny/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Task-Tiny-0.002.tar.gz) = 954b5b2f070c307318a158fc2dc32526ee1bf1cd0b3e0515330045ae32bc6e9c
|
||||
SIZE (Task-Tiny-0.002.tar.gz) = 15182
|
3
devel/p5-Task-Tiny/pkg-descr
Normal file
3
devel/p5-Task-Tiny/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Task::Tiny may be used to install a selection of tiny Perl extensions from CPAN.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Task-Tiny/
|
2
devel/p5-Task-Tiny/pkg-plist
Normal file
2
devel/p5-Task-Tiny/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%SITE_PERL%%/Task/Tiny.pm
|
||||
%%PERL5_MAN3%%/Task::Tiny.3.gz
|
Loading…
Reference in New Issue
Block a user