2009-06-17 19:06:33 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.13 2009/06/17 19:06:33 jim Exp $
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
COMMENT = tool to indent and reformat perl scripts
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
V = 20090616
|
|
|
|
DISTNAME = Perl-Tidy-$V
|
|
|
|
PKGNAME = perltidy-$V
|
|
|
|
CATEGORIES = devel
|
2002-10-25 22:37:52 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=perltidy/}
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
HOMEPAGE = http://perltidy.sourceforge.net/
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
MAINTAINER = Jim Razmus II <jim@openbsd.org>
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
# GPL v2
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
CONFIGURE_STYLE = perl
|
2001-03-30 21:13:47 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
PKG_ARCH = *
|
2006-06-16 17:31:55 +00:00
|
|
|
|
2009-06-17 19:06:33 +00:00
|
|
|
DOCS = tutorial.pod testfile.pl stylekey.pod
|
2003-12-05 17:30:22 +00:00
|
|
|
|
|
|
|
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>
|