diff options
author | vs <vs@FreeBSD.org> | 2004-03-15 20:58:18 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-03-15 20:58:18 +0000 |
commit | e993c863b078bd1d27063eebda00e97c0dd81bb1 (patch) | |
tree | bba1364eaf4a3320cbcc587877102928e874a338 /devel/p5-Shell-Base | |
parent | f66f8cbf2b4c06cd3e4ab80c23151320d0fb3b78 (diff) | |
download | FreeBSD-ports-e993c863b078bd1d27063eebda00e97c0dd81bb1.zip FreeBSD-ports-e993c863b078bd1d27063eebda00e97c0dd81bb1.tar.gz |
- Fix dependencies [1]
- SIZEify distinfo [1]
- Add WWW: URL (suggested by mat)
PR: ports/64064
Submitted by: maintainer
Approved by: linimon (mentor)
Diffstat (limited to 'devel/p5-Shell-Base')
-rw-r--r-- | devel/p5-Shell-Base/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-Shell-Base/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Shell-Base/pkg-descr | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-Shell-Base/Makefile b/devel/p5-Shell-Base/Makefile index 2ddb756..ec2690a 100644 --- a/devel/p5-Shell-Base/Makefile +++ b/devel/p5-Shell-Base/Makefile @@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= apeiron@comcast.net COMMENT= Perl module implementing a simple command shell -BUILD_DEPENDS= ${SITE_PERL}/mach/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/Size.pm:${PORTSDIR}/devel/p5-Term-Size \ ${SITE_PERL}/Text/Shellwords.pm:${PORTSDIR}/textproc/p5-Text-Shellwords RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/devel/p5-Shell-Base/distinfo b/devel/p5-Shell-Base/distinfo index 0372b3a..57ffebd 100644 --- a/devel/p5-Shell-Base/distinfo +++ b/devel/p5-Shell-Base/distinfo @@ -1 +1,2 @@ MD5 (Shell-Base-0.04.tar.gz) = e5c4c27b1a9980bef34aa7e0529177aa +SIZE (Shell-Base-0.04.tar.gz) = 25520 diff --git a/devel/p5-Shell-Base/pkg-descr b/devel/p5-Shell-Base/pkg-descr index b9b563e..392ffce 100644 --- a/devel/p5-Shell-Base/pkg-descr +++ b/devel/p5-Shell-Base/pkg-descr @@ -12,3 +12,5 @@ COPYRIGHT This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. + +WWW: http://search.cpan.org/dist/Shell-Base/ |