2000-10-28 02:03:48 +02:00
|
|
|
# New ports collection makefile for: p5-Convert-BER
|
|
|
|
# Date created: October 27, 2000
|
|
|
|
# Whom: Marc Fournier <scrappy@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Convert-BER
|
2003-10-01 18:56:57 +02:00
|
|
|
PORTVERSION= 1.31.01
|
2000-10-28 02:03:48 +02:00
|
|
|
CATEGORIES= converters perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= Convert
|
|
|
|
PKGNAMEPREFIX= p5-
|
2003-10-01 18:56:57 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
|
2000-10-28 02:03:48 +02:00
|
|
|
|
|
|
|
MAINTAINER= scrappy@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
|
2000-10-28 02:03:48 +02:00
|
|
|
|
2001-03-01 07:39:18 +01:00
|
|
|
PERL_CONFIGURE= YES
|
2000-10-28 02:03:48 +02:00
|
|
|
|
|
|
|
MAN3= Convert::BER.3
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|