84295eb758
- Add HOMEPAGE (upstream) - Upddate 1.38 to 1.41 -------------------- 1.41 - Fri Sep 12 06:15:56 2014 * Fix up some metadata (GitHub #4) 1.40 - Fri Jan 3 13:57:08 2014 * Get rid of MYMETA 1.39 - Fri Sep 27 16:28:21 2013 * Bump to full release 1.38_02 - Mon Sep 23 19:52:20 2013 * Fix non-portable strftime format (RT #83460) 1.38_01 - Sun Feb 10 17:08:57 2013 * Wim Lewis improved the binary reader / writer and made better tests for it.
16 lines
475 B
Makefile
16 lines
475 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/12/13 04:17:44 mef Exp $
|
|
|
|
DISTNAME= Mac-PropertyList-1.41
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= misc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Work with Mac plists at a low level
|
|
HOMEPAGE= http://search.cpan.org/~bdfoy/Mac-PropertyList/
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PERL5_PACKLIST= auto/Mac/PropertyList/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|