pkgsrc/security/p5-GnuPG-Interface/Makefile
tv ae3489ec53 Use "tv@NetBSD.org" as my MAINTAINER address; makes identifying me as a
PR-responsible person (such as I am ;) a little easier.
2006-03-22 22:50:31 +00:00

26 lines
769 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/03/22 22:50:33 tv Exp $
#
DISTNAME= GnuPG-Interface-0.34
PKGNAME= p5-${DISTNAME}
PKGREVISION= 4
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnupg-interface/}
MAINTAINER= tv@NetBSD.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"