Replaced BUILD_DEPENDS with DEPENDS
This commit is contained in:
parent
1ee31432d2
commit
fdb732e8b2
3 changed files with 11 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2005/07/25 21:58:16 kuli0020 Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2005/08/05 19:06:03 kuli0020 Exp $
|
||||
|
||||
DISTNAME= Class-Virtual-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -9,10 +9,10 @@ MAINTAINER= kuli0020@umn.edu
|
|||
HOMEPAGE= http://search.cpan.org/dist/Class-Virtual/
|
||||
COMMENT= Base class for virtual base classes in Perl
|
||||
|
||||
BUILD_DEPENDS= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
||||
DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
|
||||
DEPENDS+= p5-Class-ISA>=0.31:../../wip/p5-Class-ISA
|
||||
DEPENDS+= p5-Carp-Assert>=0.10:../../devel/p5-Carp-Assert
|
||||
DEPENDS+= p5-Test-Simple>=0.50:../../devel/p5-Test-Simple
|
||||
BUILD_DEPENDS+= p5-Test-Simple>=0.50:../../devel/p5-Test-Simple
|
||||
|
||||
PERL5_PACKLIST= auto/Class/Virtual/.packlist
|
||||
|
||||
|
|
|
@ -1,15 +1,15 @@
|
|||
# $NetBSD: Makefile,v 1.3 2005/07/27 19:00:48 kuli0020 Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2005/08/05 19:10:34 kuli0020 Exp $
|
||||
|
||||
DISTNAME= Lingua-Stem-0.81
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Lingua/}
|
||||
|
||||
MAINTAINER= kuli0020@umn.edu
|
||||
HOMEPAGE= http://search.cpan.org/~snowhare/Lingua-Stem/
|
||||
COMMENT= Provides word stemming algorithms localized by language
|
||||
MAINTAINER= kuli0020@umn.edu
|
||||
HOMEPAGE= http://search.cpan.org/~snowhare/Lingua-Stem/
|
||||
COMMENT= Provides word stemming algorithms localized by language
|
||||
|
||||
BUILD_DEPENDS= p5-Lingua-PT-Stemmer>=0:../../textproc/p5-Lingua-PT-Stemmer
|
||||
DEPENDS+= p5-Lingua-PT-Stemmer>=0:../../textproc/p5-Lingua-PT-Stemmer
|
||||
DEPENDS+= p5-Lingua-Stem-Fr>=0.02:../../textproc/p5-Lingua-Stem-Fr
|
||||
DEPENDS+= p5-Lingua-Stem-It>=0:../../textproc/p5-Lingua-Stem-It
|
||||
DEPENDS+= p5-Lingua-Stem-Ru>=0:../../textproc/p5-Lingua-Stem-Ru
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2005/07/25 21:48:02 kuli0020 Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2005/08/05 19:04:49 kuli0020 Exp $
|
||||
|
||||
DISTNAME= PathTools-3.09
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
|
@ -9,7 +9,7 @@ MAINTAINER= kuli0020@umn.edu
|
|||
HOMEPAGE= http://search.cpan.org/dist/PathTools/
|
||||
COMMENT= Perl module for portably manipulating file specifications
|
||||
|
||||
BUILD_DEPENDS= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
|
||||
DEPENDS= p5-Scalar-List-Utils>=1.14:../../devel/p5-Scalar-List-Utils
|
||||
|
||||
CONFIGURE_ARGS+= DEFINE="-DHAS_GETCWD"
|
||||
|
||||
|
|
Loading…
Reference in a new issue