summaryrefslogtreecommitdiff
path: root/devel/p5-File-Find-Rule-Age/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-File-Find-Rule-Age/Makefile')
-rw-r--r--devel/p5-File-Find-Rule-Age/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/p5-File-Find-Rule-Age/Makefile b/devel/p5-File-Find-Rule-Age/Makefile
new file mode 100644
index 00000000000..fc00a01644b
--- /dev/null
+++ b/devel/p5-File-Find-Rule-Age/Makefile
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 08:21:53 sno Exp $
+
+DISTNAME= File-Find-Rule-Age-0.2
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5ffr
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/File-Find-Rule-Age/
+COMMENT= Rule to match on file age
+#LICENSE= ${PERL_LICENSE}
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= p5-DateTime>=0.42:../../time/p5-DateTime
+DEPENDS+= p5-File-Find-Rule>=0.30:../../devel/p5-File-Find-Rule
+
+PERL5_PACKLIST= auto/File/Find/Rule/Age/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"