- initial import of ExtUtils-Depends 0.205
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.
This commit is contained in:
parent
b13eb29722
commit
e586cb6bb5
23
devel/p5-ExtUtils-Depends/Makefile
Normal file
23
devel/p5-ExtUtils-Depends/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/10/06 18:11:44 msf Exp $
|
||||
|
||||
COMMENT= "Easily build XS extensions that depend on XS extensions"
|
||||
|
||||
DISTNAME= ExtUtils-Depends-0.205
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
|
||||
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
||||
|
||||
# Artistic
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
devel/p5-ExtUtils-Depends/distinfo
Normal file
4
devel/p5-ExtUtils-Depends/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (ExtUtils-Depends-0.205.tar.gz) = 02c22a93ec9efb8e457764114ce24eb4
|
||||
RMD160 (ExtUtils-Depends-0.205.tar.gz) = aa0db5f1ef5501f169aa7af763ff404af89f2de0
|
||||
SHA1 (ExtUtils-Depends-0.205.tar.gz) = 58a2a648731060ba333517d7a93eaf47a87a291a
|
||||
SIZE (ExtUtils-Depends-0.205.tar.gz) = 8980
|
4
devel/p5-ExtUtils-Depends/pkg/DESCR
Normal file
4
devel/p5-ExtUtils-Depends/pkg/DESCR
Normal file
@ -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.
|
4
devel/p5-ExtUtils-Depends/pkg/PLIST
Normal file
4
devel/p5-ExtUtils-Depends/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/10/06 18:11:44 msf Exp $
|
||||
${P5SITE}/ExtUtils/
|
||||
${P5SITE}/ExtUtils/Depends.pm
|
||||
@man man/man3p/ExtUtils::Depends.3p
|
Loading…
Reference in New Issue
Block a user