15 lines
426 B
Makefile
15 lines
426 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/04/11 21:45:08 tv Exp $
|
|
|
|
DISTNAME= Convert-BinHex-1.119
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/search?query=convert+binhex
|
|
COMMENT= Read and write Macintosh BinHex streams
|
|
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|