diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:08:43 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-31 21:08:43 +0800 |
commit | e6c4c85aeefd10fc3c56347dd60b15c97c6c626b (patch) | |
tree | b91f0088232f85ee396777641f705a5fe154d9cc /mail | |
parent | ae8780cbe98b59e3b8cc759fd842ff433d107a86 (diff) | |
download | freebsd-ports-gnome-e6c4c85aeefd10fc3c56347dd60b15c97c6c626b.tar.gz freebsd-ports-gnome-e6c4c85aeefd10fc3c56347dd60b15c97c6c626b.tar.zst freebsd-ports-gnome-e6c4c85aeefd10fc3c56347dd60b15c97c6c626b.zip |
- Fix shebangs
- Add NO_ARCH
- Drop @dirrm* from plist
Approved by: portmgr blanket
MFH: 2015Q2
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%% |