diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-23 17:55:33 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-23 17:55:50 +0200 |
commit | 390af25d523ef4e460a0683b7525f8c5bfea1f6e (patch) | |
tree | f8556ca413ad04c79d69b4ffa97caf3a18cce775 /package/p5-common-sense/Makefile | |
parent | 4c96e92ec454207ae334c9a0c49ab7e8ef5ac46d (diff) |
add more perl modules for lms
Diffstat (limited to 'package/p5-common-sense/Makefile')
-rw-r--r-- | package/p5-common-sense/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/package/p5-common-sense/Makefile b/package/p5-common-sense/Makefile new file mode 100644 index 000000000..66a516ad5 --- /dev/null +++ b/package/p5-common-sense/Makefile @@ -0,0 +1,33 @@ +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include $(ADK_TOPDIR)/rules.mk + +PKG_NAME:= p5-common-sense +PKG_VERSION:= 3.73 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 6da7455a43ab60ed21c2a5e3b3ddeda8 +PKG_DESCR:= save a tree and a kitten +PKG_SECTION:= dev/perl +PKG_DEPENDS:= perl +PKG_BUILDDEP:= perl +PKG_SITES:= http://cpan.metacpan.org/authors/id/M/ML/MLEHMANN/ + +DISTFILES:= common-sense-${PKG_VERSION}.tar.gz +WRKDIST= ${WRKDIR}/common-sense-${PKG_VERSION} + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,P5_COMMON_SENSE,p5-common-sense,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +include $(ADK_TOPDIR)/mk/perl.mk + +CONFIG_STYLE:= perl +XAKE_FLAGS+= $(PERL_ENV) + +p5-common-sense-install: + $(INSTALL_DIR) $(IDIR_P5_COMMON_SENSE)$(PERL_SITEDIR) + $(CP) $(WRKINST)$(PERL_SITEDIR)/* \ + $(IDIR_P5_COMMON_SENSE)$(PERL_SITEDIR) + +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |