bluhm 4cceebb9f8 update perltidy to 20140711
maintainer timeout; OK sthen@
2015-07-08 16:20:04 +00:00

34 lines
768 B
Makefile

# $OpenBSD: Makefile,v 1.18 2015/07/08 16:20:04 bluhm Exp $
COMMENT = tool to indent and reformat perl scripts
V = 20140711
DISTNAME = Perl-Tidy-$V
PKGNAME = perltidy-$V
CATEGORIES = devel
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=perltidy/}
HOMEPAGE = http://perltidy.sourceforge.net/
MAINTAINER = Jim Razmus II <jim@openbsd.org>
# GPL v2
PERMIT_PACKAGE_CDROM = Yes
CONFIGURE_STYLE = perl
PKG_ARCH = *
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>