blob: e69158419dad3d65377b1bd5475939f699a81c16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Convert-BER
# Date created: October 27, 2000
# Whom: Marc Fournier <scrappy@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Convert-BER
PORTVERSION= 1.31.01
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/}
MAINTAINER= scrappy@FreeBSD.org
COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
PERL_CONFIGURE= YES
MAN3= Convert::BER.3
.include <bsd.port.mk>
|