[packages] perl: add Pod module (closes: #7098), bump release number (missed in [21014])
git-svn-id: svn://svn.openwrt.org/openwrt/packages@21015 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
908ba6b3fb
commit
5600cf661c
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2006-2009 OpenWrt.org
|
||||
# Copyright (C) 2006-2010 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=perl
|
||||
PKG_VERSION:=5.10.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_RELEASE:=3
|
||||
PKG_MD5SUM:=d2c39b002ebfd2c3c5dba589365c5a71
|
||||
|
||||
PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \
|
||||
|
@ -1173,6 +1173,17 @@ endef
|
||||
|
||||
$(eval $(call BuildPackage,perlbase-perlio))
|
||||
|
||||
define Package/perlbase-pod
|
||||
$(call Package/perlbase-template)
|
||||
TITLE:=Pod perl module
|
||||
endef
|
||||
|
||||
define Package/perlbase-pod/install
|
||||
$(call perlmod/Install,$(1),Pod,)
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,perlbase-pod))
|
||||
|
||||
|
||||
define Package/perlbase-posix
|
||||
$(call Package/perlbase-template)
|
||||
|
Loading…
x
Reference in New Issue
Block a user