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

root/csw/mgar/pkg/cpan/Net-DNS/trunk/Makefile

Revision 16953, 0.7 KB (checked in by bonivart, 4 months ago)

cpan/Net-DNS/trunk: update to 0.68

Line 
1NAME = Net-DNS
2VERSION = 0.68
3CATEGORIES = cpan
4GARTYPE = v2
5AUTHOR = OLAF
6
7DESCRIPTION = Interface to the DNS resolver
8define 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.
12endef
13
14PACKAGES = CSWpm-net-dns
15SPKG_DESC_CSWpm-net-dns = $(DESCRIPTION)
16OBSOLETED_BY_CSWpm-net-dns = CSWpmnetdns
17CATALOGNAME_CSWpmnetdns = pm_netdns
18
19DISTFILES += COPYING
20
21RUNTIME_DEP_PKGS = CSWpmdigesthmac CSWpmnetip
22
23CONFIGURE_ARGS  = --no-online-tests
24CONFIGURE_ARGS += --no-IPv6-tests
25
26EXTRA_MERGE_EXCLUDE_FILES = .*~ .*perllocal\.pod
27
28include gar/category.mk
Note: See TracBrowser for help on using the browser.