2008-10-19 21:17:40 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2008/10/19 19:18:46 he Exp $
|
2005-01-10 19:22:22 +01:00
|
|
|
#
|
|
|
|
|
2008-07-30 15:26:52 +02:00
|
|
|
DISTNAME= GnuPG-Interface-0.36
|
2005-01-10 19:22:22 +01:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
2008-10-19 21:17:40 +02:00
|
|
|
PKGREVISION= 1
|
2005-01-10 19:22:22 +01:00
|
|
|
CATEGORIES= security perl5
|
2008-07-30 15:26:52 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GnuPG/}
|
2005-01-10 19:22:22 +01:00
|
|
|
|
2007-04-04 16:41:23 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2008-07-30 15:26:52 +02:00
|
|
|
#HOMEPAGE= http://gnupg-interface.sourceforge.net/
|
|
|
|
HOMEPAGE= http://search.cpan.org/dist/GnuPG-Interface/
|
2005-01-10 19:22:22 +01:00
|
|
|
COMMENT= Perl interface to GnuPG
|
|
|
|
|
2006-11-05 18:31:09 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2005-03-04 21:57:50 +01:00
|
|
|
DEPENDS+= p5-Class-MakeMethods>=1.010:../../devel/p5-Class-MakeMethods
|
2005-01-10 19:22:22 +01:00
|
|
|
DEPENDS+= gnupg>=1.2.3:../../security/gnupg
|
|
|
|
|
2005-07-13 20:01:18 +02:00
|
|
|
PERL5_PACKLIST= auto/GnuPG/Interface/.packlist
|
2005-01-10 19:22:22 +01:00
|
|
|
|
2005-03-04 21:57:50 +01:00
|
|
|
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
|
|
|
|
|
2005-01-10 19:22:22 +01:00
|
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|