|
Revision 16953, 0.7 KB
(checked in by bonivart, 4 months ago)
|
|
cpan/Net-DNS/trunk: update to 0.68
|
| Line | |
|---|
| 1 | NAME = Net-DNS |
|---|
| 2 | VERSION = 0.68 |
|---|
| 3 | CATEGORIES = cpan |
|---|
| 4 | GARTYPE = v2 |
|---|
| 5 | AUTHOR = OLAF |
|---|
| 6 | |
|---|
| 7 | DESCRIPTION = Interface to the DNS resolver |
|---|
| 8 | define BLURB |
|---|
| 9 | Net::DNS is a collection of Perl modules that act as a Domain Name System |
|---|
| 10 | (DNS) resolver. It allows the programmer to perform DNS queries that are |
|---|
| 11 | beyond the capabilities of gethostbyname and gethostbyaddr. |
|---|
| 12 | endef |
|---|
| 13 | |
|---|
| 14 | PACKAGES = CSWpm-net-dns |
|---|
| 15 | SPKG_DESC_CSWpm-net-dns = $(DESCRIPTION) |
|---|
| 16 | OBSOLETED_BY_CSWpm-net-dns = CSWpmnetdns |
|---|
| 17 | CATALOGNAME_CSWpmnetdns = pm_netdns |
|---|
| 18 | |
|---|
| 19 | DISTFILES += COPYING |
|---|
| 20 | |
|---|
| 21 | RUNTIME_DEP_PKGS = CSWpmdigesthmac CSWpmnetip |
|---|
| 22 | |
|---|
| 23 | CONFIGURE_ARGS = --no-online-tests |
|---|
| 24 | CONFIGURE_ARGS += --no-IPv6-tests |
|---|
| 25 | |
|---|
| 26 | EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod |
|---|
| 27 | |
|---|
| 28 | include gar/category.mk |
|---|