707c6d82b7
1.124 2015-08-19 - Changed debinhex to UTF-8 - Made the Test:: modules optional (ticket 101974, mishikal at yahoo.com) - Fixed a manual typo (ticket 88874, gregoa at debian.org)
16 lines
482 B
Makefile
16 lines
482 B
Makefile
# $NetBSD: Makefile,v 1.20 2015/08/23 14:07:27 wiz Exp $
|
|
|
|
DISTNAME= Convert-BinHex-1.124
|
|
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}
|
|
|
|
PERL5_PACKLIST= auto/Convert/BinHex/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|