pkgsrc/devel/p5-ExtUtils-Depends/Makefile

19 lines
503 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.11 2007/02/27 09:09:37 wiz Exp $
#
DISTNAME= ExtUtils-Depends-0.205
PKGNAME= p5-${DISTNAME}
2004-11-12 01:24:14 +01:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gtk2-perl.sourceforge.net/
COMMENT= Easily build XS extensions that depend on XS extensions
2004-04-19 19:41:51 +02:00
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/ExtUtils/Depends/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"