diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2005-12-06 16:20:36 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2005-12-06 16:20:36 +0000 |
commit | 2105b3865e3f27416a27bfbfe49d53149ed6ac85 (patch) | |
tree | e6dd5100ebcf7987c2ea189b7ec39a831cf6667b /mail/p5-POE-Component-Client-SMTP | |
parent | 8939495f8d26c8f7dc572666a5fdc5c8f4f73e5d (diff) |
Notes
Diffstat (limited to 'mail/p5-POE-Component-Client-SMTP')
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/distinfo | 5 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-SMTP/pkg-plist | 5 |
3 files changed, 5 insertions, 9 deletions
diff --git a/mail/p5-POE-Component-Client-SMTP/Makefile b/mail/p5-POE-Component-Client-SMTP/Makefile index 42385f66e406..86bbcbe9a64e 100644 --- a/mail/p5-POE-Component-Client-SMTP/Makefile +++ b/mail/p5-POE-Component-Client-SMTP/Makefile @@ -6,7 +6,7 @@ # PORTNAME= POE-Component-Client-SMTP -PORTVERSION= 0.06 +PORTVERSION= 0.12 CATEGORIES= mail perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= POE @@ -18,7 +18,7 @@ COMMENT= SMTP client POE component BUILD_DEPENDS= ${SITE_PERL}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= POE::Component::Client::SMTP.3 diff --git a/mail/p5-POE-Component-Client-SMTP/distinfo b/mail/p5-POE-Component-Client-SMTP/distinfo index 832d7913338a..62dcc5f10bc5 100644 --- a/mail/p5-POE-Component-Client-SMTP/distinfo +++ b/mail/p5-POE-Component-Client-SMTP/distinfo @@ -1,2 +1,3 @@ -MD5 (POE-Component-Client-SMTP-0.06.tar.gz) = 719e0474060f71f06d8035cf51eab531 -SIZE (POE-Component-Client-SMTP-0.06.tar.gz) = 12652 +MD5 (POE-Component-Client-SMTP-0.12.tar.gz) = 101a3a6262b94188298e11ebfeab43dc +SHA256 (POE-Component-Client-SMTP-0.12.tar.gz) = 56aa1456f697243e4923e17567914362d3f266bacccae81dda6755748f1306b0 +SIZE (POE-Component-Client-SMTP-0.12.tar.gz) = 18892 diff --git a/mail/p5-POE-Component-Client-SMTP/pkg-plist b/mail/p5-POE-Component-Client-SMTP/pkg-plist index dd3b12d3c537..17998460f2cc 100644 --- a/mail/p5-POE-Component-Client-SMTP/pkg-plist +++ b/mail/p5-POE-Component-Client-SMTP/pkg-plist @@ -1,8 +1,3 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/SMTP/.packlist %%SITE_PERL%%/POE/Component/Client/SMTP.pm @unexec rmdir %D/%%SITE_PERL%%/POE/Component 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/POE 2>/dev/null || true -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client/SMTP -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component/Client 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE/Component 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/POE 2>/dev/null || true |