diff options
author | rafan <rafan@FreeBSD.org> | 2007-04-15 17:46:33 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-04-15 17:46:33 +0800 |
commit | 098a64a7536aa3f4e9803b6d36630f7e4f7c37e1 (patch) | |
tree | 10ddf962df4041b01d2c7d459e7eeef261016b88 | |
parent | 9489cdcd52773636816919e87e8257ce2d115185 (diff) | |
download | freebsd-ports-gnome-098a64a7536aa3f4e9803b6d36630f7e4f7c37e1.tar.gz freebsd-ports-gnome-098a64a7536aa3f4e9803b6d36630f7e4f7c37e1.tar.zst freebsd-ports-gnome-098a64a7536aa3f4e9803b6d36630f7e4f7c37e1.zip |
Add p5-Devel-Required 0.07, automatic update of required modules
documentation.
PR: ports/111589
Submitted by: chinsan
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-Devel-Required/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Devel-Required/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Devel-Required/pkg-descr | 13 | ||||
-rw-r--r-- | devel/p5-Devel-Required/pkg-plist | 5 |
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b9cf9fe12d7c..2fdccc6daff0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1082,6 +1082,7 @@ SUBDIR += p5-Devel-Pointer SUBDIR += p5-Devel-Profile SUBDIR += p5-Devel-Profiler + SUBDIR += p5-Devel-Required SUBDIR += p5-Devel-RingBuffer SUBDIR += p5-Devel-STrace SUBDIR += p5-Devel-SimpleTrace diff --git a/devel/p5-Devel-Required/Makefile b/devel/p5-Devel-Required/Makefile new file mode 100644 index 000000000000..c59c3da6bef6 --- /dev/null +++ b/devel/p5-Devel-Required/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Devel-Required +# Date created: 2007/04/15 +# Whom: chinsan +# +# $FreeBSD$ +# + +PORTNAME= Devel-Required +PORTVERSION= 0.07 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= NexTrieve/ELIZABETH +PKGNAMEPREFIX= p5- + +MAINTAINER= chinsan@FreeBSD.org +COMMENT= Automatic update of required modules documentation + +PERL_CONFIGURE= yes + +MAN3= Devel::Required.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Devel-Required/distinfo b/devel/p5-Devel-Required/distinfo new file mode 100644 index 000000000000..723fcda1034d --- /dev/null +++ b/devel/p5-Devel-Required/distinfo @@ -0,0 +1,3 @@ +MD5 (Devel-Required-0.07.tar.gz) = c9eb98b859e708099540b8c9d299faab +SHA256 (Devel-Required-0.07.tar.gz) = 5fe7c7c0f8f19d314f4a801da683024f26cb5a4454a24734d6fe56fc070dc5c4 +SIZE (Devel-Required-0.07.tar.gz) = 5633 diff --git a/devel/p5-Devel-Required/pkg-descr b/devel/p5-Devel-Required/pkg-descr new file mode 100644 index 000000000000..24a9dcc9b732 --- /dev/null +++ b/devel/p5-Devel-Required/pkg-descr @@ -0,0 +1,13 @@ +The Devel::Required module only serves a purpose in the development +environment of an author of a CPAN module (or more precisely: a user of the +ExtUtils::MakeMaker module). It makes sure that any changes to the required +modules specified in the Makefile.PL are automatically reflected in the +appropriate text file and in the appropriate source files (either +explicitely or implicitely specified). + +It takes the information given with the PREREQ_PM parameter and by default +writes this to the README file, as well as to the POD of the file specified +with the VERSION_FROM parameter. Both these defaults can be overridden with +the "text" and "pod" parameters in the use Devel::Required specification. + +WWW: http://search.cpan.org/dist/Devel-Required/ diff --git a/devel/p5-Devel-Required/pkg-plist b/devel/p5-Devel-Required/pkg-plist new file mode 100644 index 000000000000..72e868648d62 --- /dev/null +++ b/devel/p5-Devel-Required/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/mach/auto/Devel/Required/.packlist +%%SITE_PERL%%/Devel/Required.pm +@dirrmtry %%SITE_PERL%%/mach/auto/Devel/Required +@dirrmtry %%SITE_PERL%%/mach/auto/Devel +@dirrmtry %%SITE_PERL%%/Devel |