2007-08-02 15:06:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2007/08/02 15:06:51 steven Exp $
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2007-08-02 15:06:51 +00:00
|
|
|
COMMENT= tool to indent and reformat perl scripts
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2007-08-02 15:06:51 +00:00
|
|
|
V= 20070801
|
2003-12-05 17:30:22 +00:00
|
|
|
DISTNAME= Perl-Tidy-${V}
|
|
|
|
PKGNAME= perltidy-${V}
|
2001-03-30 21:13:47 +00:00
|
|
|
CATEGORIES= devel
|
2002-10-25 22:37:52 +00:00
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=perltidy/}
|
2001-03-30 21:13:47 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://perltidy.sourceforge.net/
|
|
|
|
|
2003-12-05 17:30:22 +00:00
|
|
|
MAINTAINER= Jim Razmus <jim@bonetruck.org>
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2003-12-05 17:30:22 +00:00
|
|
|
# GPL
|
2001-03-30 21:13:47 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2003-12-05 17:30:22 +00:00
|
|
|
CONFIGURE_STYLE=perl
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2006-06-16 17:31:55 +00:00
|
|
|
PKG_ARCH= *
|
|
|
|
|
2003-12-05 17:30:22 +00:00
|
|
|
DOCS= tutorial.pod testfile.pl stylekey.pod
|
|
|
|
|
|
|
|
post-install:
|
2001-04-06 14:09:16 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/perltidy
|
2003-12-05 17:30:22 +00: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 21:13:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|