pkgsrc/converters/p5-Convert-BinHex/Makefile
wiz 63f3b5095d Update to 1.123:
1.123 2013-09-06
	- Fixed pod error in debinhex and added pod tests
2013-10-02 10:54:22 +00:00

18 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.16 2013/10/02 10:54:22 wiz Exp $
DISTNAME= Convert-BinHex-1.123
PKGNAME= p5-${DISTNAME}
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/search?query=convert+binhex
COMMENT= Read and write Macintosh BinHex streams
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Convert/BinHex/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"