diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-30 03:43:43 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-01-30 03:43:43 +0000 |
commit | 2f95366b19d7515051ae75b5655115db3ec6d3a3 (patch) | |
tree | 96fa720b349638e7098dc956396879b87c52a6f2 /archivers/p5-Compress-Raw-Bzip2/Makefile | |
parent | 64fc5c8e07fbfa776403cced393dd6cbdee9f795 (diff) | |
download | ports-2f95366b19d7515051ae75b5655115db3ec6d3a3.tar.gz ports-2f95366b19d7515051ae75b5655115db3ec6d3a3.zip |
- Update to 2.048
- Add TEST_DEPENDS
Changes: http://search.cpan.org/dist/Compress-Raw-Bzip2/Changes
Notes
Notes:
svn path=/head/; revision=290089
Diffstat (limited to 'archivers/p5-Compress-Raw-Bzip2/Makefile')
-rw-r--r-- | archivers/p5-Compress-Raw-Bzip2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/p5-Compress-Raw-Bzip2/Makefile b/archivers/p5-Compress-Raw-Bzip2/Makefile index d44229b4a634..59523f883149 100644 --- a/archivers/p5-Compress-Raw-Bzip2/Makefile +++ b/archivers/p5-Compress-Raw-Bzip2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Compress-Raw-Bzip2 -PORTVERSION= 2.045 +PORTVERSION= 2.048 CATEGORIES= archivers perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:PMQS @@ -18,6 +18,8 @@ COMMENT= Low-Level Interface to bzip2 compression library LICENSE= ART10 GPLv1 LICENSE_COMB= dual +TEST_DEPENDS= p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod + PERL_CONFIGURE= yes MAN3= Compress::Raw::Bzip2.3 |