summaryrefslogtreecommitdiff
path: root/databases/p5-DublinCore-Record/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2011-05-17 10:36:44 +0000
committerdmcmahill <dmcmahill>2011-05-17 10:36:44 +0000
commitbb6c0617423c0e4077f3e8cd4e6613d256510877 (patch)
treef10fe19ea64332a66419e290133b87e4fdd8b8d6 /databases/p5-DublinCore-Record/Makefile
parent7bd67a1386701a1e9c218e212bf62f456235ef45 (diff)
downloadpkgsrc-bb6c0617423c0e4077f3e8cd4e6613d256510877.tar.gz
Initial import of databases/p5-DublinCore-Record version 0.03
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- DublinCore::Record is an abstract class for manipulating DublinCore metadata. The Dublin Core is a small set of metadata elements for describing information resources. For more information on embedding DublinCore in HTML see RFC 2731 http://www.ietf.org/rfc/rfc2731 or http://www.dublincore.org/documents/dces/
Diffstat (limited to 'databases/p5-DublinCore-Record/Makefile')
-rw-r--r--databases/p5-DublinCore-Record/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/databases/p5-DublinCore-Record/Makefile b/databases/p5-DublinCore-Record/Makefile
new file mode 100644
index 00000000000..32ef99bd616
--- /dev/null
+++ b/databases/p5-DublinCore-Record/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 10:36:44 dmcmahill Exp $
+
+DISTNAME= DublinCore-Record-0.03
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BR/BRICAS/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/DublinCore-Record/
+COMMENT= Container for Dublin Core metadata elements
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Class-Accessor:../../devel/p5-Class-Accessor
+
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= auto/DublinCore/Record/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"