|
Revision 17344, 0.7 KB
(checked in by dmichelsen, 15 months ago)
|
|
cpan/POE-Component-IRC/trunk: Initial commit
|
| Line | |
|---|
| 1 | NAME = POE-Component-IRC |
|---|
| 2 | VERSION = 6.78 |
|---|
| 3 | CATEGORIES = cpan |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | AUTHOR = HINRIK |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = A fully event-driven IRC client module |
|---|
| 8 | define BLURB |
|---|
| 9 | endef |
|---|
| 10 | |
|---|
| 11 | CATALOG_RELEASE = unstable |
|---|
| 12 | |
|---|
| 13 | LICENSE = LICENSE |
|---|
| 14 | |
|---|
| 15 | BUILD_DEP_PKGS += CSWpm-test-differences |
|---|
| 16 | |
|---|
| 17 | PACKAGES += CSWpm-poe-component-irc |
|---|
| 18 | CATALOGNAME_CSWpm-poe-component-irc = pm_poe_component_irc |
|---|
| 19 | SPKG_DESC_CSWpm-poe-component-irc = A fully event-driven IRC client module |
|---|
| 20 | ARCHALL_CSWpm-poe-component-irc = 1 |
|---|
| 21 | RUNTIME_DEP_PKGS_CSWpm-poe-component-irc += CSWpm-poe |
|---|
| 22 | RUNTIME_DEP_PKGS_CSWpm-poe-component-irc += CSWpm-poe-component-syndicator |
|---|
| 23 | RUNTIME_DEP_PKGS_CSWpm-poe-component-irc += CSWpm-poe-filter-ircd |
|---|
| 24 | RUNTIME_DEP_PKGS_CSWpm-poe-component-irc += CSWpm-irc-utils |
|---|
| 25 | |
|---|
| 26 | include gar/category.mk |
|---|