pkgsrc/devel/p5-Inline/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

21 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/06/02 01:20:26 jschauma Exp $
#
DISTNAME= Inline-0.43
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5inl
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/}
MAINTAINER= tech-pkg@netbsd.org
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Inline/Inline.html
COMMENT= perl5 module for writing Perl subroutines in other languages
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
USE_BUILDLINK2= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Inline/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"