|
Revision 16916, 437 bytes
(checked in by dmichelsen, 16 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | # Copyright 2009 OpenCSW |
|---|
| 2 | # Distributed under the terms of the GNU General Public License v2 |
|---|
| 3 | # $Id$ |
|---|
| 4 | |
|---|
| 5 | NAME = ply |
|---|
| 6 | VERSION = 3.4 |
|---|
| 7 | CATEGORIES = python |
|---|
| 8 | GARTYPE = v2 |
|---|
| 9 | |
|---|
| 10 | DESCRIPTION = Python Lex-Yacc |
|---|
| 11 | define BLURB |
|---|
| 12 | endef |
|---|
| 13 | |
|---|
| 14 | MASTER_SITES = http://www.dabeaz.com/ply/ |
|---|
| 15 | DISTFILES = $(NAME)-$(VERSION).tar.gz |
|---|
| 16 | |
|---|
| 17 | VENDOR_URL = http://www.dabeaz.com/ply/ |
|---|
| 18 | |
|---|
| 19 | PACKAGES = CSWpy-ply |
|---|
| 20 | SPKG_DESC_CSWpy-ply = Python Lex-Yacc |
|---|
| 21 | ARCHALL_CSWpy-ply = 1 |
|---|
| 22 | |
|---|
| 23 | include gar/category.mk |
|---|