diff options
author | az <az@FreeBSD.org> | 2014-01-30 01:46:33 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2014-01-30 01:46:33 +0800 |
commit | ac93c83525c5b6bca1078b2df772ea4307ab529f (patch) | |
tree | c00f6ccb48c8f9d9e251c8caa0928d7e3f950145 /net-im/p5-Net-ICQ2000/Makefile | |
parent | d403533dfecbd8448ba800d0ea6a69066dfd4ae1 (diff) | |
download | freebsd-ports-gnome-ac93c83525c5b6bca1078b2df772ea4307ab529f.tar.gz freebsd-ports-gnome-ac93c83525c5b6bca1078b2df772ea4307ab529f.tar.zst freebsd-ports-gnome-ac93c83525c5b6bca1078b2df772ea4307ab529f.zip |
- add stage support
Approved by: portmgr (blanket infrastructure)
Diffstat (limited to 'net-im/p5-Net-ICQ2000/Makefile')
-rw-r--r-- | net-im/p5-Net-ICQ2000/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/net-im/p5-Net-ICQ2000/Makefile b/net-im/p5-Net-ICQ2000/Makefile index c70b19f20317..0051fe5aa376 100644 --- a/net-im/p5-Net-ICQ2000/Makefile +++ b/net-im/p5-Net-ICQ2000/Makefile @@ -8,12 +8,9 @@ MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/ PKGNAMEPREFIX= p5- MAINTAINER= kevlo@FreeBSD.org -COMMENT= A perl5 module for ICQv7 protocol realisation +COMMENT= Perl5 module for ICQv7 protocol realisation USES= perl5 USE_PERL5= configure -MAN3= Net::ICQ2000.3 - -NO_STAGE= yes .include <bsd.port.mk> |