2a3ee482c5
pkgsrc changes: - add license definition - adjust dependency format for dependencies without minimum version Upstream changes: 1.00 (03.17.2010) - John Siracusa <siracusa@gmail.com> * Updated tests to accomodate new default escaping rules in URI::Escape 3.30 (and, presumably, later versions). * Bumped version number to reflect API stability.
22 lines
632 B
Makefile
22 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.5 2010/09/10 05:21:49 sno Exp $
|
|
|
|
DISTNAME= Rose-URI-1.00
|
|
PKGNAME= p5-${DISTNAME}0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Rose/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Rose-URI/
|
|
COMMENT= URI class for easy and efficient manipulation of URI components
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Rose-Object>=0.15:../../devel/p5-Rose-Object
|
|
DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Rose/URI/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|