diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 08:15:53 +0000 |
commit | e91a050e2e1205f1fd54ffc8c66aa2680ffb6a63 (patch) | |
tree | 5dcec3f97934e76c18fa715ad3b0c760fad13c18 /net-im/p5-Net-ICQ2000 | |
parent | adcf3b1a182f39c92b37fd681a90185275bcadb8 (diff) |
Notes
Diffstat (limited to 'net-im/p5-Net-ICQ2000')
-rw-r--r-- | net-im/p5-Net-ICQ2000/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/net-im/p5-Net-ICQ2000/Makefile b/net-im/p5-Net-ICQ2000/Makefile index 423f2cbfa522..759466eb9f58 100644 --- a/net-im/p5-Net-ICQ2000/Makefile +++ b/net-im/p5-Net-ICQ2000/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Net-ICQ2000 -# Date created: 06 December 2001 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= Net-ICQ2000 PORTVERSION= 0.2.1 @@ -14,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= kevlo@FreeBSD.org COMMENT= A perl5 module for ICQv7 protocol realisation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::ICQ2000.3 |