2003-07-17 23:31:04 +02:00
|
|
|
# $NetBSD: Makefile,v 1.4 2003/07/17 21:32:38 grant Exp $
|
2002-09-02 00:39:23 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= Inline-0.43
|
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
SVR4_PKGNAME= p5inl
|
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Inline/}
|
|
|
|
|
2003-07-17 23:31:04 +02:00
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
2002-09-02 00:39:23 +02:00
|
|
|
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
|
|
|
|
|
2002-10-21 01:35:09 +02:00
|
|
|
USE_BUILDLINK2= YES
|
2002-09-02 00:39:23 +02:00
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Inline/.packlist
|
|
|
|
|
2002-10-21 01:35:09 +02:00
|
|
|
.include "../../lang/perl5/module.mk"
|
2002-09-02 00:39:23 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|