pkgsrc/devel/p5-ExtUtils-Depends/Makefile
adam e8d6711e78 Changes 0.304:
* More robust detection of gcc toolchains on Win32
* Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm instead
2011-08-12 12:46:08 +00:00

21 lines
641 B
Makefile

# $NetBSD: Makefile,v 1.18 2011/08/12 12:46:08 adam Exp $
DISTNAME= ExtUtils-Depends-0.304
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
#HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Depends/
COMMENT= Easily build XS extensions that depend on XS extensions
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"