aboutsummaryrefslogtreecommitdiff
path: root/lang/perl-lockfile-simple/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl-lockfile-simple/Makefile')
-rw-r--r--lang/perl-lockfile-simple/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/perl-lockfile-simple/Makefile b/lang/perl-lockfile-simple/Makefile
index c1ae92f93..3a84cd2a7 100644
--- a/lang/perl-lockfile-simple/Makefile
+++ b/lang/perl-lockfile-simple/Makefile
@@ -10,10 +10,10 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=perl-lockfile-simple
PKG_VERSION:=0.208
PKG_RELEASE:=1
-PKG_MD5SUM:=4421283b4f32549e5299963734170044
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/J/JV/JV/
PKG_SOURCE:=LockFile-Simple-$(PKG_VERSION).tar.gz
+PKG_MD5SUM:=4421283b4f32549e5299963734170044
PKG_LICENSE:=GPLv2+ ARTISTIC
@@ -23,12 +23,12 @@ include $(INCLUDE_DIR)/package.mk
include ../perl/perlmod.mk
define Package/perl-lockfile-simple
-SUBMENU:=Perl
-SECTION:=lang
-CATEGORY:=Languages
-TITLE:=Simple advisory file locking
-URL:=http://search.cpan.org/dist/LockFile-Simple/
-DEPENDS:=perl
+ SUBMENU:=Perl
+ SECTION:=lang
+ CATEGORY:=Languages
+ TITLE:=Simple advisory file locking
+ URL:=http://search.cpan.org/dist/LockFile-Simple/
+ DEPENDS:=perl
endef
define Build/Configure