18cba9d7fa
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
30 lines
741 B
Makefile
30 lines
741 B
Makefile
# $NetBSD: Makefile,v 1.4 2000/08/27 07:11:21 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= eperl-2.2.14
|
|
CATEGORIES= lang perl5 textproc
|
|
MASTER_SITES= http://www.engelschall.com/sw/eperl/distrib/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.engelschall.com/sw/eperl/
|
|
|
|
BUILD_DEPENDS+= autoreconf:../../devel/autoconf
|
|
DEPENDS= libperl-5.*:../../lang/libperl
|
|
|
|
USE_PERL5= # defined
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Parse/ePerl/.packlist
|
|
|
|
GNU_CONFIGURE= # defined
|
|
ALL_TARGET= all libeperl.a
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && autoreconf
|
|
|
|
post-build:
|
|
cd ${WRKSRC}/mod/Parse; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
cd ${WRKSRC}/mod/Parse; ${MAKE_PROGRAM}
|
|
|
|
post-install:
|
|
cd ${WRKSRC}/mod/Parse; ${MAKE_PROGRAM} install
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|