34 lines
768 B
Makefile
Raw Normal View History

2013-03-11 10:50:00 +00:00
# $OpenBSD: Makefile,v 1.17 2013/03/11 10:50:24 espie Exp $
2009-06-17 19:06:33 +00:00
COMMENT = tool to indent and reformat perl scripts
2012-12-30 15:09:26 +00:00
V = 20121207
2009-06-17 19:06:33 +00:00
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/}
2009-06-17 19:06:33 +00:00
HOMEPAGE = http://perltidy.sourceforge.net/
2009-06-17 19:06:33 +00:00
MAINTAINER = Jim Razmus II <jim@openbsd.org>
2009-06-17 19:06:33 +00:00
# GPL v2
PERMIT_PACKAGE_CDROM = Yes
2009-06-17 19:06:33 +00:00
CONFIGURE_STYLE = perl
2009-06-17 19:06:33 +00:00
PKG_ARCH = *
2009-06-17 19:06:33 +00:00
DOCS = tutorial.pod testfile.pl stylekey.pod
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/perltidy
${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
.include <bsd.port.mk>