pkgsrc/devel/p5-AutoXS-Header/Makefile
seb a6c5756064 Initial import of p5-AutoXS-Header version 1.02 in the NetBSD
Packages Collection.

The Perl 5 module AutoXS::Header a simple container for the newest
version of the AutoXS header file AutoXS.h.
2009-08-26 17:23:30 +00:00

20 lines
563 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/08/26 17:23:30 seb Exp $
#
DISTNAME= AutoXS-Header-1.02
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/S/SM/SMUELLER/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/AutoXS-Header/
COMMENT= Perl 5 module container for the AutoXS header files
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/AutoXS/Header/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"