pkgsrc/security/p5-GnuPG-Interface/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

26 lines
768 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:30 jlam Exp $
#
DISTNAME= GnuPG-Interface-0.34
PKGNAME= p5-${DISTNAME}
PKGREVISION= 3
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupg-interface/}
MAINTAINER= tv@duh.org
HOMEPAGE= http://gnupg-interface.sourceforge.net/
COMMENT= Perl interface to GnuPG
DEPENDS+= p5-Class-MakeMethods>=1.010:../../devel/p5-Class-MakeMethods
DEPENDS+= gnupg>=1.2.3:../../security/gnupg
PERL5_PACKLIST= auto/GnuPG/Interface/.packlist
pre-configure:
cd ${WRKSRC}/lib/GnuPG && for f in *.pm; do \
${SED} -e 's/use Class::MethodMaker/use Class::MakeMethods::Emulator::MethodMaker/' $$f > $$f.new && \
${MV} -f $$f.new $$f; \
done
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"