pkgsrc/devel/p5-ExtUtils-Command/Makefile

21 lines
544 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.2 2008/10/19 19:17:53 he Exp $
#
DISTNAME= ExtUtils-Command-1.14
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=ExtUtils/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ExtUtils-Command/
COMMENT= Perl 5 functions to replace common UNIX commands in Makefiles
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ExtUtils/Command/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"