mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
- Add p5-experimental 0.005
This pragma provides an easy and convenient way to enable or disable experimental features. WWW: http://search.cpan.org/dist/experimental/
This commit is contained in:
parent
8d5446c316
commit
43027bc73a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321538
@ -2985,6 +2985,7 @@
|
||||
SUBDIR += p5-doxygenfilter
|
||||
SUBDIR += p5-enum
|
||||
SUBDIR += p5-ex-lib
|
||||
SUBDIR += p5-experimental
|
||||
SUBDIR += p5-forks
|
||||
SUBDIR += p5-github_creator
|
||||
SUBDIR += p5-iCal-Parser
|
||||
|
23
devel/p5-experimental/Makefile
Normal file
23
devel/p5-experimental/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= experimental
|
||||
PORTVERSION= 0.005
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:LEONT
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Experimental features made easy
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Module-Build-Tiny>=0.021:${PORTSDIR}/devel/p5-Module-Build-Tiny
|
||||
|
||||
PERL_MODBUILD= yes
|
||||
|
||||
MAN3= experimental.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-experimental/distinfo
Normal file
2
devel/p5-experimental/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (experimental-0.005.tar.gz) = b6c7b53b5e034727d301c59665fd72213db8b568aba8d8714fefe9ffef95b1a9
|
||||
SIZE (experimental-0.005.tar.gz) = 10614
|
4
devel/p5-experimental/pkg-descr
Normal file
4
devel/p5-experimental/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
This pragma provides an easy and convenient way to enable or disable
|
||||
experimental features.
|
||||
|
||||
WWW: http://search.cpan.org/dist/experimental/
|
3
devel/p5-experimental/pkg-plist
Normal file
3
devel/p5-experimental/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_PERL%%/experimental.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/experimental
|
Loading…
Reference in New Issue
Block a user