diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 09:39:11 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-10 09:39:11 +0000 |
commit | bfef5ebd271538596b47b499808bc4a21548b6bb (patch) | |
tree | 23572d67d8160cff75549053414fd1dccc777167 /japanese/tiarra | |
parent | db2073ecc43b22990eebc93fa1b0965793dd45a9 (diff) |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Notes
Notes:
svn path=/head/; revision=326884
Diffstat (limited to 'japanese/tiarra')
-rw-r--r-- | japanese/tiarra/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/japanese/tiarra/Makefile b/japanese/tiarra/Makefile index 3e19e6d0b5a7..9373028ea359 100644 --- a/japanese/tiarra/Makefile +++ b/japanese/tiarra/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tiarra -# Date Created: Jul 27 2006 -# Whom: Hajimu UMEMOTO <ume@FreeBSD.org> -# +# Created by: Hajimu UMEMOTO <ume@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tiarra PORTVERSION= 20100212 @@ -16,7 +12,8 @@ COMMENT= IRC Proxy software RUN_DEPENDS= p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6 -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run USE_BZIP2= yes USE_RC_SUBR= tiarra NO_BUILD= yes |