pkgsrc/www/asp2php/Makefile
wiz 55e8d707c4 Update to 0.76.17, based on PR 20506 by Todd Vierling (which contained
an update to 0.76.15).
Some changes (from webpage, no ChangeLog included):

Version 0.76.17 of asp2php is released. Fixed a problem with the
_ char in "if" statements.

Version 0.76.15 of asp2php is released. I fixed a problem with
"foreach" and a bug with comments. Also added support for object
oriented classes. If you have problems please let me know.

Fixed a problem parsing functions that didn't have parenthesis
around them. Added some Filesystem conversion code. Added an option
to convert DOS path's with backslashes to Unix forward slashes
(-fixwinpaths). Fixed a problem with preparsing include files.
2003-06-10 06:55:15 +00:00

11 lines
284 B
Makefile

# $NetBSD: Makefile,v 1.6 2003/06/10 06:55:15 wiz Exp $
DISTNAME= asp2php-0.76.17
CATEGORIES= www
MASTER_SITES= http://www.mikekohn.com/asp2php/
MAINTAINER= shell@netbsd.org
HOMEPAGE= http://asp2php.naken.cc/
COMMENT= converts asp pages to php pages
.include "../../mk/bsd.pkg.mk"