9ee9f8b7f9
- Add following line for make test BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings (upstream) - Updated devel/p5-Git-Version-Compare to 1.004 --------------------------------------------- 1.004 2016-05-24 BOOK - Remove a dependency on namespace::clean - Update the cache using the normalized version string - Ignore minor versions of special builds (msysgit, windows, etc.) - Ensure the tests do not throw any warning - Add a few more version numbers to the tests 1.003 2016-05-03 BOOK - Added support for version strings with comments (thanks to PINE)
21 lines
661 B
Makefile
21 lines
661 B
Makefile
# $NetBSD: Makefile,v 1.5 2016/06/19 11:57:38 mef Exp $
|
|
|
|
DISTNAME= Git-Version-Compare-1.004
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Git/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Git-Version-Compare/
|
|
COMMENT= Functions to compare Git versions
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-namespace-clean-[0-9]*:../../devel/p5-namespace-clean
|
|
BUILD_DEPENDS+= p5-Test-NoWarnings-[0-9]*:../../devel/p5-Test-NoWarnings
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Git/Version/Compare/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|