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

root/csw/mgar/pkg/cpan/URI/trunk/Makefile

Revision 16916, 0.6 KB (checked in by dmichelsen, 4 months ago)

WHOLE TREE: Explicitly set GARTYPE to current default 'v2'

Line 
1NAME = URI
2VERSION = 1.59
3CATEGORIES = cpan
4GARTYPE = v2
5AUTHOR = GAAS
6
7DESCRIPTION =  Uniform Resource Identifiers (absolute and relative)
8define BLURB
9  This module implements the URI class. Objects of this class represent
10  "Uniform Resource Identifier references" as specified in RFC 2396 (and
11  updated by RFC 2732).
12endef
13
14DISTFILES += COPYING
15
16PACKAGES               = CSWpm-uri
17SPKG_DESC_CSWpm-uri    = $(DESCRIPTION)
18OBSOLETED_BY_CSWpm-uri = CSWpmuri
19CATALOGNAME_CSWpmuri   = pm_uri_stub
20
21ARCHALL = 1
22
23RUNTIME_DEP_PKGS += CSWpm-mime-base64
24
25include gar/category.mk
Note: See TracBrowser for help on using the browser.