diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-01-07 22:17:36 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-01-07 22:17:36 +0800 |
commit | 6a55dbf5cbb318ac9c13adfce91765b104265652 (patch) | |
tree | 7308833e79210e091941aeb28cae2fccf08617d4 /textproc/p5-PDF-Table | |
parent | 17ecad15e8566c282d39f6ba567f8421bb36d411 (diff) | |
download | freebsd-ports-gnome-6a55dbf5cbb318ac9c13adfce91765b104265652.tar.gz freebsd-ports-gnome-6a55dbf5cbb318ac9c13adfce91765b104265652.tar.zst freebsd-ports-gnome-6a55dbf5cbb318ac9c13adfce91765b104265652.zip |
- Update maintainer domain to freebsd
- Fat fingered BUILD_DEPENDS/RUN_DEPENDS to be more consistant with current best practices
- Changes NO functionality or dependencies, so no portsrevision bump
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'textproc/p5-PDF-Table')
-rw-r--r-- | textproc/p5-PDF-Table/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-PDF-Table/Makefile b/textproc/p5-PDF-Table/Makefile index 74b1a471f7ed..7de012833d33 100644 --- a/textproc/p5-PDF-Table/Makefile +++ b/textproc/p5-PDF-Table/Makefile @@ -11,11 +11,11 @@ CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= scheidell@secnap.net +MAINTAINER= scheidell@freebsd.org COMMENT= A utility class for building table layouts in a PDF::API2 object BUILD_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 -RUN_DEPENDS= p5-PDF-API2>=0:${PORTSDIR}/textproc/p5-PDF-API2 +RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes |