[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:
nico
2010-04-19 04:16:25 +00:00
parent 908ba6b3fb
commit 5600cf661c
2 changed files with 13 additions and 2 deletions

View File

@ -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)