pkgsrc/devel/p5-Mac-Carbon/Makefile
obache df5d1fa0d7 Update p5-Mac-Carbon to 0.82.
* v0.82, 4 October 2009

  More Makefile.PL fixes.  Try to catch 64-bit-only perls.  Fix bug introduced
  in 0.81 for older gcc 4's.


* v0.81, 26 September 2009

  Fixes for building on 64-bit perls and Mac OS X 10.6.  Build should now work
  on any perl, whether self-built or system perl (unless your perl is 64-bit
  only), and tests should run under 32-bit mode.

  Other miscellaneous test fixes.
2009-10-14 08:07:22 +00:00

24 lines
555 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/10/14 08:07:22 obache Exp $
#
DISTNAME= Mac-Carbon-0.82
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mac/}
MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/Mac-Carbon/
COMMENT= Carbon API for perl on Mac OS X
ONLY_FOR_PLATFORM= Darwin-*-*
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= c c++
PERL5_PACKLIST= auto/Mac/Carbon/.packlist
BUILDLINK_PASSTHRU_DIRS+= /Developer/Headers/FlatCarbon
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"