diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-19 17:24:14 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-19 17:24:14 +0000 |
commit | 3e8041beb6eaeaf0e873d650a790e45e28941b89 (patch) | |
tree | 3da35675d8fe160c111e57c060a9a38da3b7edd6 /devel | |
parent | fe949dfc2d843399f5ab8c76c46898bba67c0d36 (diff) | |
download | pkgsrc-3e8041beb6eaeaf0e873d650a790e45e28941b89.tar.gz |
Initial import of p5-ExtUtils-Depends-0.202, from pkgsrc-wip.
This module tries to make it easy to build Perl extensions that use
functions and typemaps provided by other perl extensions. This means
that a perl extension is treated like a shared library that provides
also a C and an XS interface besides the perl one.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-ExtUtils-Depends/DESCR | 4 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Depends/Makefile | 19 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Depends/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-ExtUtils-Depends/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/devel/p5-ExtUtils-Depends/DESCR b/devel/p5-ExtUtils-Depends/DESCR new file mode 100644 index 00000000000..b93b0ad4691 --- /dev/null +++ b/devel/p5-ExtUtils-Depends/DESCR @@ -0,0 +1,4 @@ +This module tries to make it easy to build Perl extensions that use +functions and typemaps provided by other perl extensions. This means +that a perl extension is treated like a shared library that provides +also a C and an XS interface besides the perl one. diff --git a/devel/p5-ExtUtils-Depends/Makefile b/devel/p5-ExtUtils-Depends/Makefile new file mode 100644 index 00000000000..c93ba8a68d6 --- /dev/null +++ b/devel/p5-ExtUtils-Depends/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/19 17:24:14 xtraeme Exp $ +# + +DISTNAME= ExtUtils-Depends-0.202 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/} + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://gtk2-perl.sourceforge.net/ +COMMENT= Easily build XS extensions that depend on XS extensions + +PERL5_REQD= 5.8 +USE_BUILDLINK3= yes + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/ExtUtils/Depends/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-ExtUtils-Depends/PLIST b/devel/p5-ExtUtils-Depends/PLIST new file mode 100644 index 00000000000..421a1098bc3 --- /dev/null +++ b/devel/p5-ExtUtils-Depends/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/04/19 17:24:14 xtraeme Exp $ diff --git a/devel/p5-ExtUtils-Depends/distinfo b/devel/p5-ExtUtils-Depends/distinfo new file mode 100644 index 00000000000..cd697e2625a --- /dev/null +++ b/devel/p5-ExtUtils-Depends/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/04/19 17:24:14 xtraeme Exp $ + +SHA1 (ExtUtils-Depends-0.202.tar.gz) = d9c9bc7217acb12093d632ece1ac2db130217350 +Size (ExtUtils-Depends-0.202.tar.gz) = 8697 bytes |