blob: 60d2ab5a22e95988298b5e6e96c38bd6edc8b406 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.9 2007/02/22 19:27:16 wiz Exp $
#
DISTNAME= Text-Reform-1.11
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5trf
PKGREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= eric@cirr.com
HOMEPAGE= http://search.cpan.org/search?module=Text::Reform
COMMENT= Manual text wrapping and reformatting
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/Text/Reform/.packlist
REPLACE_PERL+= demo*.pl
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"
|