17 lines
506 B
Makefile
17 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:38 tv Exp $
|
|
|
|
DISTNAME= Text-Autoformat-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5tau
|
|
PKGREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.cs.monash.edu.au/~damian/
|
|
COMMENT= Perl module for text wrapping and reformatting
|
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Autoformat/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|