freebsd-ports/security/p5-OpenCA-CRR/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

21 lines
390 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= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to handle CRR objects
PERL_CONFIGURE= yes
MAN3= OpenCA::CRR.3
.include <bsd.port.mk>