- Stage support
This commit is contained in:
parent
520b49f848
commit
7fe87702ad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=342011
4 changed files with 2 additions and 6 deletions
|
@ -14,7 +14,4 @@ COMMENT= Perl extension to work with salted hashes
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Crypt::SaltedHash.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
%%SITE_PERL%%/Crypt/SaltedHash.pm
|
||||
%%PERL5_MAN3%%/Crypt::SaltedHash.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
|
|
|
@ -13,7 +13,4 @@ COMMENT= Perl extension that looks for MD5 hashes in several databases
|
|||
USES= perl5
|
||||
USE_PERL5= modbuild
|
||||
|
||||
MAN3= Digest::MD5::Reverse.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
%%SITE_PERL%%/Digest/MD5/Reverse.pm
|
||||
%%PERL5_MAN3%%/Digest::MD5::Reverse.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/Digest/MD5
|
||||
@dirrmtry %%SITE_PERL%%/Digest/
|
||||
|
|
Loading…
Reference in a new issue