2003-12-05 12:30:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.6 2003/12/05 17:30:22 sturm Exp $
|
2001-03-30 16:13:47 -05:00
|
|
|
|
|
|
|
COMMENT= "tool to indent and reformat perl scripts"
|
|
|
|
|
2003-12-05 12:30:22 -05:00
|
|
|
V= 20031021
|
|
|
|
DISTNAME= Perl-Tidy-${V}
|
|
|
|
PKGNAME= perltidy-${V}
|
2001-03-30 16:13:47 -05:00
|
|
|
CATEGORIES= devel
|
2002-10-25 18:37:52 -04:00
|
|
|
|
2002-05-13 14:50:36 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=perltidy/}
|
2001-03-30 16:13:47 -05:00
|
|
|
|
|
|
|
HOMEPAGE= http://perltidy.sourceforge.net/
|
|
|
|
|
2003-12-05 12:30:22 -05:00
|
|
|
MAINTAINER= Jim Razmus <jim@bonetruck.org>
|
2001-03-30 16:13:47 -05:00
|
|
|
|
2003-12-05 12:30:22 -05:00
|
|
|
# GPL
|
2001-03-30 16:13:47 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-12-05 12:30:22 -05:00
|
|
|
CONFIGURE_STYLE=perl
|
2001-03-30 16:13:47 -05:00
|
|
|
|
2003-12-05 12:30:22 -05:00
|
|
|
DOCS= tutorial.pod testfile.pl stylekey.pod
|
|
|
|
|
|
|
|
post-install:
|
2001-04-06 10:09:16 -04:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/perltidy
|
2003-12-05 12:30:22 -05:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/perltidy
|
|
|
|
.for f in ${DOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/${f} ${PREFIX}/share/doc/perltidy
|
|
|
|
.endfor
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/perltidy
|
2001-03-30 16:13:47 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|