diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-07-29 07:40:25 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2006-07-29 07:40:25 +0000 |
commit | 40fc81fd53855d67b8f0b0f932c1d1f6ac6e044b (patch) | |
tree | 870126c0994a10cfc86ab33fe54e40c0f5fb2e60 /japanese/tiarra | |
parent | d72b2fa9838b6f3e2736a46a9535c5e462e3278b (diff) | |
download | ports-40fc81fd53855d67b8f0b0f932c1d1f6ac6e044b.tar.gz ports-40fc81fd53855d67b8f0b0f932c1d1f6ac6e044b.zip |
Notes
Diffstat (limited to 'japanese/tiarra')
-rw-r--r-- | japanese/tiarra/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/japanese/tiarra/Makefile b/japanese/tiarra/Makefile index 675d959fa448..5ac8401707c9 100644 --- a/japanese/tiarra/Makefile +++ b/japanese/tiarra/Makefile @@ -16,6 +16,7 @@ COMMENT= IRC Proxy software RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Socket6.pm:${PORTSDIR}/net/p5-Socket6 +USE_PERL5_RUN= yes USE_BZIP2= yes USE_RC_SUBR= tiarra NO_BUILD= yes @@ -30,6 +31,12 @@ PLIST_SUB= TIARRA_USER=${TIARRA_USER} \ TIARRA_USER= tiarra TIARRA_GROUP= tiarra +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +IGNORE= needs perl 5.6.0 or higher, install lang/perl5.8 and try again +.endif + do-install: @${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL @${MKDIR} ${PREFIX}/tiarra @@ -44,4 +51,4 @@ do-install: @${CHMOD} o-rwx ${PREFIX}/tiarra/log @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |