diff options
Diffstat (limited to 'devel/ply/Makefile')
-rw-r--r-- | devel/ply/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ply/Makefile b/devel/ply/Makefile index a00c8d2ed18..58d7926ea68 100644 --- a/devel/ply/Makefile +++ b/devel/ply/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2012/10/31 11:19:25 asau Exp $ +# $NetBSD: Makefile,v 1.16 2013/04/06 13:09:24 rodent Exp $ DISTNAME= ply-3.3 PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= http://www.dabeaz.com/ply/ -MAINTAINER= nonaka@netbsd.org +MAINTAINER= nonaka@NetBSD.org HOMEPAGE= http://www.dabeaz.com/ply/ COMMENT= Python Lex-Yacc |