summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-07-25 23:10:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-07-25 23:10:20 +0200
commit1056e919148d698a0b759288bf71876d41cc4ae2 (patch)
treee0107c0bf4972f3553539540598844721fb5aafa
parent8de94346a4e6935c95658e113264358e6b927a88 (diff)
remove unneeded, included in perl 5.18.1
-rw-r--r--package/p5-time-hires/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/package/p5-time-hires/Makefile b/package/p5-time-hires/Makefile
deleted file mode 100644
index 11e81daa3..000000000
--- a/package/p5-time-hires/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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-time-hires
-PKG_VERSION:= 1.9726
-PKG_RELEASE:= 1
-PKG_HASH:= ff662ad9b1f6c75a149db7fa1bfc7a161ac8b271e5f3980345e08b734769109e
-PKG_DESCR:= high resolution alarm, sleep, gettimeofday, interval timers
-PKG_SECTION:= dev/perl
-PKG_DEPENDS:= perl librt libpthread
-PKG_BUILDDEP:= perl
-PKG_SITES:= http://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/
-
-DISTFILES:= Time-HiRes-${PKG_VERSION}.tar.gz
-WRKDIST= ${WRKDIR}/Time-HiRes-${PKG_VERSION}
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,P5_TIME_HIRES,p5-time-hires,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-include $(ADK_TOPDIR)/mk/perl.mk
-
-CONFIG_STYLE:= perl
-XAKE_FLAGS+= $(PERL_ENV)
-
-p5-time-hires-install:
- $(INSTALL_DIR) $(IDIR_P5_TIME_HIRES)$(PERL_SITEDIR)
- $(CP) $(WRKINST)$(PERL_SITEDIR)/* \
- $(IDIR_P5_TIME_HIRES)$(PERL_SITEDIR)
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk