diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 15:45:28 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-19 17:14:59 +0000 |
| commit | 726b316a50523e224239326d1013b524d90a3bbf (patch) | |
| tree | b44227d725334bfcb58906a07286363247c7b53b | |
| parent | b79974edc75109785b09be08df5deebf64d0224d (diff) | |
devel/p5-CPAN-Requirements-Dynamic: Add p5-CPAN-Requirements-Dynamic 0.001
CPAN::Requirements::Dynamic implements a format for describing dynamic
prerequisites of a distribution.
| -rw-r--r-- | devel/Makefile | 1 | ||||
| -rw-r--r-- | devel/p5-CPAN-Requirements-Dynamic/Makefile | 20 | ||||
| -rw-r--r-- | devel/p5-CPAN-Requirements-Dynamic/distinfo | 3 | ||||
| -rw-r--r-- | devel/p5-CPAN-Requirements-Dynamic/pkg-descr | 2 | ||||
| -rw-r--r-- | devel/p5-CPAN-Requirements-Dynamic/pkg-plist | 2 |
5 files changed, 28 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 54efca9bb673..1a51b07f3d45 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1948,6 +1948,7 @@ SUBDIR += p5-CPAN-Recent-Uploads SUBDIR += p5-CPAN-Reporter SUBDIR += p5-CPAN-Reporter-Smoker + SUBDIR += p5-CPAN-Requirements-Dynamic SUBDIR += p5-CPAN-SQLite SUBDIR += p5-CPAN-Site SUBDIR += p5-CPAN-Testers-Common-Client diff --git a/devel/p5-CPAN-Requirements-Dynamic/Makefile b/devel/p5-CPAN-Requirements-Dynamic/Makefile new file mode 100644 index 000000000000..87f13b96d957 --- /dev/null +++ b/devel/p5-CPAN-Requirements-Dynamic/Makefile @@ -0,0 +1,20 @@ +PORTNAME= CPAN-Requirements-Dynamic +PORTVERSION= 0.001 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Dynamic prerequisites in meta files +WWW= https://metacpan.org/dist/CPAN-Requirements-Dynamic + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/p5-CPAN-Requirements-Dynamic/distinfo b/devel/p5-CPAN-Requirements-Dynamic/distinfo new file mode 100644 index 000000000000..0ad890c52bf5 --- /dev/null +++ b/devel/p5-CPAN-Requirements-Dynamic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1715842480 +SHA256 (CPAN-Requirements-Dynamic-0.001.tar.gz) = 4b590e712b9aca680c3631855ee16a50b84fa0227c362e13b237a75a01489ef5 +SIZE (CPAN-Requirements-Dynamic-0.001.tar.gz) = 13616 diff --git a/devel/p5-CPAN-Requirements-Dynamic/pkg-descr b/devel/p5-CPAN-Requirements-Dynamic/pkg-descr new file mode 100644 index 000000000000..7b4caed19da1 --- /dev/null +++ b/devel/p5-CPAN-Requirements-Dynamic/pkg-descr @@ -0,0 +1,2 @@ +CPAN::Requirements::Dynamic implements a format for describing dynamic +prerequisites of a distribution. diff --git a/devel/p5-CPAN-Requirements-Dynamic/pkg-plist b/devel/p5-CPAN-Requirements-Dynamic/pkg-plist new file mode 100644 index 000000000000..36c133d2f7d8 --- /dev/null +++ b/devel/p5-CPAN-Requirements-Dynamic/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/CPAN/Requirements/Dynamic.pm +%%PERL5_MAN3%%/CPAN::Requirements::Dynamic.3.gz |
