1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

root/csw/mgar/pkg/lang-python/ply/trunk/Makefile

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
5NAME = ply
6VERSION = 3.4
7CATEGORIES = python
8GARTYPE = v2
9
10DESCRIPTION = Python Lex-Yacc
11define BLURB
12endef
13
14MASTER_SITES = http://www.dabeaz.com/ply/
15DISTFILES = $(NAME)-$(VERSION).tar.gz
16
17VENDOR_URL = http://www.dabeaz.com/ply/
18
19PACKAGES = CSWpy-ply
20SPKG_DESC_CSWpy-ply = Python Lex-Yacc
21ARCHALL_CSWpy-ply = 1
22
23include gar/category.mk
Note: See TracBrowser for help on using the browser.