diff options
author | linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2007-09-08 01:12:10 +0000 |
commit | 9ccc7e92dea72d32d4ae04470bbce43e6f9227da (patch) | |
tree | 20264757b2346c435477e3f6cfdf324086bbafe9 /chinese/oicq | |
parent | 07d9e093a64a0c7f96ed0775d50e0f818d98fd80 (diff) | |
download | FreeBSD-ports-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.zip FreeBSD-ports-9ccc7e92dea72d32d4ae04470bbce43e6f9227da.tar.gz |
Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
Diffstat (limited to 'chinese/oicq')
-rw-r--r-- | chinese/oicq/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/chinese/oicq/Makefile b/chinese/oicq/Makefile index 4760af0..3df3124 100644 --- a/chinese/oicq/Makefile +++ b/chinese/oicq/Makefile @@ -20,18 +20,12 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-D ${SITE_PERL}/${PERL_ARCH}/Term/ReadKey.pm:${PORTSDIR}/devel/p5-Term-ReadKey \ ${SITE_PERL}/Crypt/OICQ.pm:${PORTSDIR}/security/p5-Crypt-OICQ -PERL_CONFIGURE= yes +PERL_CONFIGURE= 5.8.0+ MAN3= Net::OICQ.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} < 500800 # inherits from security/p5-Crypt-OICQ -IGNORE= requires perl 5.8.x or later. Install lang/perl5.8 then try again -.endif - post-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/qq ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/demo1 ${PREFIX}/bin/qq-demo1 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |