diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:08:43 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-31 13:08:43 +0000 |
commit | e4fa014857741c379a93d1c0c7c395aa5b384119 (patch) | |
tree | b91f0088232f85ee396777641f705a5fe154d9cc /mail | |
parent | 31b503d6cbffa1a49ba734990846da43e27652b1 (diff) | |
download | ports-e4fa014857741c379a93d1c0c7c395aa5b384119.tar.gz ports-e4fa014857741c379a93d1c0c7c395aa5b384119.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/Makefile | 6 | ||||
-rw-r--r-- | mail/p5-POE-Component-Client-POP3/pkg-plist | 1 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/p5-POE-Component-Client-POP3/Makefile b/mail/p5-POE-Component-Client-POP3/Makefile index 482519bbdc7e..283016b46acf 100644 --- a/mail/p5-POE-Component-Client-POP3/Makefile +++ b/mail/p5-POE-Component-Client-POP3/Makefile @@ -3,7 +3,7 @@ PORTNAME= POE-Component-Client-POP3 PORTVERSION= 0.02 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,8 +14,10 @@ COMMENT= Implement a POP3 client POE component BUILD_DEPENDS= p5-POE>=0:${PORTSDIR}/devel/p5-POE RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= perl5 +USES= perl5 shebangfix +SHEBANG_FILES= samples/test.perl samples/term.perl USE_PERL5= configure +NO_ARCH= yes OPTIONS_DEFINE= EXAMPLES diff --git a/mail/p5-POE-Component-Client-POP3/pkg-plist b/mail/p5-POE-Component-Client-POP3/pkg-plist index 31910002b937..4835630cd34d 100644 --- a/mail/p5-POE-Component-Client-POP3/pkg-plist +++ b/mail/p5-POE-Component-Client-POP3/pkg-plist @@ -2,4 +2,3 @@ %%SITE_PERL%%/POE/Component/Client/POP3.pm %%PORTEXAMPLES%%%%EXAMPLESDIR%%/term.perl %%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.perl -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% |