diff options
Diffstat (limited to 'security/p5-Crypt-CBCeasy/Makefile')
-rw-r--r-- | security/p5-Crypt-CBCeasy/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/security/p5-Crypt-CBCeasy/Makefile b/security/p5-Crypt-CBCeasy/Makefile index 876d062c1c69..3a5c5e955014 100644 --- a/security/p5-Crypt-CBCeasy/Makefile +++ b/security/p5-Crypt-CBCeasy/Makefile @@ -17,8 +17,6 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -MAN3= Crypt::CBCeasy.3 - OPTIONS_DEFINE= DES IDEA BLOWFISH BLOWFISH_PP TWOFISH2 RIJNDAEL OPTIONS_DEFAULT= DES IDEA BLOWFISH BLOWFISH_PP TWOFISH2 RIJNDAEL DES_DESC= Build with Crypt::DES support @@ -28,7 +26,6 @@ BLOWFISH_PP_DESC= Build with Crypt::Blowfish_PP support TWOFISH2_DESC= Build with Crypt::Twofish2 support RIJNDAEL_DESC= Build with Crypt::Rijndael support -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDES} |