diff options
author | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 05:19:07 +0000 |
---|---|---|
committer | Aaron Dalton <aaron@FreeBSD.org> | 2006-05-22 05:19:07 +0000 |
commit | dff0afe74caf57c5e6cb03db35459b8c7fef7e36 (patch) | |
tree | 17f9f750af6dbd40936c57755360ec60140c35ee /security/p5-Authen-Simple-Net/pkg-plist | |
parent | cbd52b8357238253954085b0b180a935f403a8eb (diff) |
Adding port security/p5-Authen-Simple-Net, extension for security/p5-Authen-Simple allowing authentication via FTP, POP3, or SMTP.
Approved by: tobez (implicit)
Notes
Notes:
svn path=/head/; revision=163067
Diffstat (limited to 'security/p5-Authen-Simple-Net/pkg-plist')
-rw-r--r-- | security/p5-Authen-Simple-Net/pkg-plist | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/security/p5-Authen-Simple-Net/pkg-plist b/security/p5-Authen-Simple-Net/pkg-plist new file mode 100644 index 000000000000..21d1f4064c53 --- /dev/null +++ b/security/p5-Authen-Simple-Net/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Authen/Simple/FTP.pm +%%SITE_PERL%%/Authen/Simple/POP3.pm +%%SITE_PERL%%/Authen/Simple/SMTP.pm +@dirrmtry %%SITE_PERL%%/Authen/Simple +@dirrmtry %%SITE_PERL%%/Authen |