mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
23 lines
436 B
Makefile
23 lines
436 B
Makefile
# New ports collection makefile for: OpenCA-CRR
|
|
# Date created: 02 June 2002
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= OpenCA-CRR
|
|
PORTVERSION= 0.0.2
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= OpenCA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Perl extention to handle CRR objects
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= OpenCA::CRR.3
|
|
|
|
.include <bsd.port.mk>
|