|
Revision 16916, 435 bytes
(checked in by dmichelsen, 16 months ago)
|
|
WHOLE TREE: Explicitly set GARTYPE to current default 'v2'
|
| Line | |
|---|
| 1 | NAME = HTTP-Server-Simple-PSGI |
|---|
| 2 | VERSION = 0.14 |
|---|
| 3 | CATEGORIES = cpan |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | AUTHOR = MIYAGAWA |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = PSGI handler for HTTP::Server::Simple |
|---|
| 8 | define BLURB |
|---|
| 9 | endef |
|---|
| 10 | |
|---|
| 11 | PACKAGES += CSWpm-http-server-simple-psgi |
|---|
| 12 | CATALOGNAME_CSWpm-http-server-simple-psgi = pm_http_server_simple_psgi |
|---|
| 13 | ARCHALL_CSWpm-http-server-simple-psgi = 1 |
|---|
| 14 | RUNTIME_DEP_PKGS_CSWpm-http-server-simple-psgi = CSWpmhttpsvrsimp |
|---|
| 15 | DISTFILES += COPYING |
|---|
| 16 | |
|---|
| 17 | include gar/category.mk |
|---|