1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/security/p5-Crypt-OICQ/Makefile
Andrej Zverev 45ccac2005 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-30 09:08:26 +00:00

18 lines
326 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= Crypt-OICQ
PORTVERSION= 1.1
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= rafan@FreeBSD.org
COMMENT= Cryptographic algorithm used by OICQ protocol
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>