summaryrefslogtreecommitdiff
path: root/devel/swig-perl/Makefile
blob: a9f6dee9c5ae7d0c8a41b1099ecd9f17f2e6711e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.5 2004/12/03 15:14:55 wiz Exp $

PKGNAME=	swig-perl-${SWIG_VERSION}
PKGREVISION=	1
COMMENT=	Simplified Wrapper and Interface Generator, Perl runtime

PKG_INSTALLATION_TYPES=	overwrite pkgviews

.include "../swig-build/Makefile.common"

CONFIGURE_ARGS+=	--with-perl5=${PERL5}

BUILD_TARGET=		runtime
INSTALL_TARGET=		install-runtime

.include "../../lang/perl5/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"