19 lines
554 B
Makefile
19 lines
554 B
Makefile
# $NetBSD: Makefile,v 1.2 2014/11/14 08:04:59 noud4 Exp $
|
|
|
|
DISTNAME= Egg-Plugin-Crypt-CBC-3.01
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/L/LU/LUSHE/}
|
|
|
|
MAINTAINER= noud4@users.sourceforge.net
|
|
HOMEPAGE= http://search.cpan.org/~lushe/Egg-Plugin-Crypt-CBC/
|
|
COMMENT= Crypt::CBC for Egg Plugin.
|
|
|
|
DEPENDS+= p5-Crypt-CBC>=0:../../security/p5-Crypt-CBC
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
PERL5_PACKLIST= auto/Egg/Plugin/Crypt/CBC/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|