openbsd-ports/devel/p5-ExtUtils-Depends/Makefile
msf e586cb6bb5 - 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.
2005-10-06 18:11:44 +00:00

24 lines
491 B
Makefile

# $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>