19 lines
493 B
Makefile
19 lines
493 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/11/03 22:19:54 joerg Exp $
|
|
#
|
|
|
|
VERS= 1.01
|
|
DISTNAME= MIME-Base32-${VERS}
|
|
PKGNAME= p5-MIME-Base32-${VERS}
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=MIME/}
|
|
|
|
MAINTAINER= schmonz@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/MIME-Base32/
|
|
COMMENT= Perl5 module for Base32 encoding
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/MIME/Base32/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|