diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-01 14:20:56 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-01 14:20:56 +0000 |
commit | 4b9ccd438579f45f3956fc646295d566dca02f87 (patch) | |
tree | d9bd1e5c2ecf9ff2de36fb6c1e7f5dbf440912d8 /converters/p5-Encode-IMAPUTF7/Makefile | |
parent | 181db88e0aafaba7038a1c86503714d125f08b8a (diff) |
Notes
Diffstat (limited to 'converters/p5-Encode-IMAPUTF7/Makefile')
-rw-r--r-- | converters/p5-Encode-IMAPUTF7/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/converters/p5-Encode-IMAPUTF7/Makefile b/converters/p5-Encode-IMAPUTF7/Makefile index 912b1296a177..6f72a9418791 100644 --- a/converters/p5-Encode-IMAPUTF7/Makefile +++ b/converters/p5-Encode-IMAPUTF7/Makefile @@ -10,13 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Modification of UTF-7 encoding for IMAP -BUILD_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings -RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>=0:${PORTSDIR}/devel/p5-Test-NoWarnings USES= perl5 USE_PERL5= configure -MAN3= Encode::IMAPUTF7.3 - -NO_STAGE= yes .include <bsd.port.mk> |