blob: 6c665be40c4a21de81195b6890eae6b054aadfcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 18:30:53 jtb Exp $
DISTNAME= Text-Autoformat-1.04
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.monash.edu.au/~damian/
COMMENT= perl module for text wrapping and reformatting
USE_PERL5= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Autoformat/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../mk/bsd.pkg.mk"
|