diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-08 06:54:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-08-08 06:54:58 +0000 |
commit | 1e35ad3e6cc0f37086632c0da5f643b5e4b6a488 (patch) | |
tree | d116e2c9c6de30880efe39afa6932a55814fe63e /devel/p5-Devel-PPPort | |
parent | 2a370afa172d3cfe09e3ab8b2ed20eb6c1b150e3 (diff) | |
download | ports-1e35ad3e6cc0f37086632c0da5f643b5e4b6a488.tar.gz ports-1e35ad3e6cc0f37086632c0da5f643b5e4b6a488.zip |
Notes
Diffstat (limited to 'devel/p5-Devel-PPPort')
-rw-r--r-- | devel/p5-Devel-PPPort/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-Devel-PPPort/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-Devel-PPPort/pkg-descr | 19 | ||||
-rw-r--r-- | devel/p5-Devel-PPPort/pkg-plist | 7 |
4 files changed, 51 insertions, 0 deletions
diff --git a/devel/p5-Devel-PPPort/Makefile b/devel/p5-Devel-PPPort/Makefile new file mode 100644 index 000000000000..a2cb928d159c --- /dev/null +++ b/devel/p5-Devel-PPPort/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: p5-Devel-PPPort +# Date created: 8 Aug 2004 +# Whom: mat +# +# $FreeBSD$ +# + +PORTNAME= Devel-PPPort +PORTVERSION= 2.99.01 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/M/MH/MHX/ +PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/_\1/} + +MAINTAINER= mat@FreeBSD.org +COMMENT= Perl/Pollution/Portability + +PERL_CONFIGURE= yes + +MAN3= Devel::PPPort.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Devel-PPPort/distinfo b/devel/p5-Devel-PPPort/distinfo new file mode 100644 index 000000000000..12c2927fcf9b --- /dev/null +++ b/devel/p5-Devel-PPPort/distinfo @@ -0,0 +1,2 @@ +MD5 (Devel-PPPort-2.99_01.tar.gz) = 86f40723b0952bb11a1ca6feccc4ea10 +SIZE (Devel-PPPort-2.99_01.tar.gz) = 59852 diff --git a/devel/p5-Devel-PPPort/pkg-descr b/devel/p5-Devel-PPPort/pkg-descr new file mode 100644 index 000000000000..f6d6cbd8ec5c --- /dev/null +++ b/devel/p5-Devel-PPPort/pkg-descr @@ -0,0 +1,19 @@ +Perl has changed over time, gaining new features, new functions, increasing its +flexibility, and reducing the impact on the C namespace environment (reduced +pollution). The header file, typicaly ppport.h, written by this module attempts +to bring some of the newer Perl features to older versions of Perl, so that you +can worry less about keeping track of old releases, but users can still reap +the benefit. + +Why you should use ppport.h in modern code: so that your code will work with +the widest range of Perl interpreters possible, without significant additional +work. + +Why you should attempt older code to fully use ppport.h: because the reduced +pollution of newer Perl versions is an important thing, so important that the +old polluting ways of original Perl modules will not be supported very far into +the future, and your module will almost certainly break! By adapting to it now, +you'll gain compatibility and a sense of having done the electronic ecology +some good. + +WWW: http://search.cpan.org/dist/Devel-PPPort/ diff --git a/devel/p5-Devel-PPPort/pkg-plist b/devel/p5-Devel-PPPort/pkg-plist new file mode 100644 index 000000000000..42e3d83928c3 --- /dev/null +++ b/devel/p5-Devel-PPPort/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Devel/PPPort.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort/PPPort.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort/PPPort.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/PPPort +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Devel 2>/dev/null || true |