[packages] add mini_snmpd, an SNMP server for embedded devices
[openwrt/svn-archive/archive.git] / lang / perl-uri / Makefile
1 # $Id$
2
3 include $(TOPDIR)/rules.mk
4
5 PKG_NAME:=perl-uri
6 PKG_VERSION:=1.36
7 PKG_RELEASE:=1
8 PKG_MD5SUM:=a97bbdd38b31c6b2672fdc3060fae34b
9
10 PKG_SOURCE_URL:=http://search.cpan.org/CPAN/authors/id/G/GA/GAAS
11 PKG_SOURCE:=URI-$(PKG_VERSION).tar.gz
12 PKG_CAT:=zcat
13
14 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/URI-$(PKG_VERSION)
15
16 include $(INCLUDE_DIR)/package.mk
17 include ../perl/perlmod.mk
18
19 define Package/perl-uri
20 SUBMENU:=Perl
21 SECTION:=lang
22 CATEGORY:=Languages
23 TITLE:=Manipulates and accesses URI strings
24 URL:=http://search.cpan.org/dist/URI/
25 DEPENDS:=perl
26 endef
27
28 define Build/Configure
29 $(call perlmod/Configure,,)
30 endef
31
32 define Build/Compile
33 $(call perlmod/Compile,,)
34 endef
35
36 define Package/perl-uri/install
37 $(call perlmod/Install,$(1),URI URI.pm)
38 endef
39
40
41 $(eval $(call BuildPackage,perl-uri))