diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-07-05 05:38:08 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2004-07-05 05:38:08 +0000 |
commit | f221fca6d78a53db63349709ce6afc175d0a62e2 (patch) | |
tree | ed01f1e3acd53d1c5ba7549c92f77c9553131b8e /databases/p5-DBIx-SearchBuilder/Makefile | |
parent | bc3cef4c15e010db2d5689a9368730aab014dc60 (diff) | |
download | ports-f221fca6d78a53db63349709ce6afc175d0a62e2.tar.gz ports-f221fca6d78a53db63349709ce6afc175d0a62e2.zip |
Notes
Diffstat (limited to 'databases/p5-DBIx-SearchBuilder/Makefile')
-rw-r--r-- | databases/p5-DBIx-SearchBuilder/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-DBIx-SearchBuilder/Makefile b/databases/p5-DBIx-SearchBuilder/Makefile index 47c867c19225..eac4e63646fb 100644 --- a/databases/p5-DBIx-SearchBuilder/Makefile +++ b/databases/p5-DBIx-SearchBuilder/Makefile @@ -6,7 +6,7 @@ # PORTNAME= DBIx-SearchBuilder -PORTVERSION= 0.99 +PORTVERSION= 1.01 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= DBIx @@ -15,7 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= demon@FreeBSD.org COMMENT= Perl extension for easy SQL SELECT Statement generation -BUILD_DEPENDS= ${SITE_PERL}/Class/ReturnValue.pm:${PORTSDIR}/devel/p5-Class-ReturnValue +BUILD_DEPENDS= ${SITE_PERL}/Class/ReturnValue.pm:${PORTSDIR}/devel/p5-Class-ReturnValue \ + ${SITE_PERL}/${PERL_ARCH}/Want.pm:${PORTSDIR}/devel/p5-Want RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |