mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
21 lines
362 B
Makefile
21 lines
362 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
|
|
|
|
MAN3= Crypt::OICQ.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|