(pkgsrc)
- Add LICENSE= ${PERL5_LICENSE} (upstream) - Update to 0.09 ---------------- 0.09 2014-05-07 - Added documention for the "time => $time" argument. RT#63233 - Restructured dist with lib/ and t/ directories - Added basic testsuite that tests core functionality - Min perl version 5.6.0
This commit is contained in:
parent
92f3e00364
commit
b0a2ad5533
2 changed files with 7 additions and 7 deletions
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.7 2014/05/29 23:35:55 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2015/01/31 01:35:48 mef Exp $
|
||||
#
|
||||
|
||||
DISTNAME= File-Touch-0.08
|
||||
DISTNAME= File-Touch-0.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 5
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/File-Touch/
|
||||
COMMENT= Perl 5 module to "touch" files
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
USE_LANGUAGES= # empty
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/02/02 13:52:31 seb Exp $
|
||||
$NetBSD: distinfo,v 1.2 2015/01/31 01:35:48 mef Exp $
|
||||
|
||||
SHA1 (File-Touch-0.08.tar.gz) = 664eb941a4cd05eda9a1b63addb7bc0b51002f1b
|
||||
RMD160 (File-Touch-0.08.tar.gz) = 75230aec73d5d7bea2f96a62ffadd36016291572
|
||||
Size (File-Touch-0.08.tar.gz) = 3157 bytes
|
||||
SHA1 (File-Touch-0.09.tar.gz) = 344a3694325857c5abe70e254da5146179a11a8f
|
||||
RMD160 (File-Touch-0.09.tar.gz) = 081b60f0eec1a0fb534e89e35f0c613e9baf088a
|
||||
Size (File-Touch-0.09.tar.gz) = 11143 bytes
|
||||
|
|
Loading…
Reference in a new issue