mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
This commit is contained in:
parent
56b68f52de
commit
261fcd46f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=34318
@ -18,6 +18,7 @@
|
||||
SUBDIR += mmencode
|
||||
SUBDIR += mpack
|
||||
SUBDIR += mule-ucs-emacs20
|
||||
SUBDIR += p5-Convert-BER
|
||||
SUBDIR += p5-Convert-Recode
|
||||
SUBDIR += p5-Convert-UU
|
||||
SUBDIR += p5-MIME-Base64
|
||||
|
26
converters/p5-Convert-BER/Makefile
Normal file
26
converters/p5-Convert-BER/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# 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
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Convert
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= scrappy@FreeBSD.org
|
||||
|
||||
USE_PERL5= YES
|
||||
|
||||
MAN3= Convert::BER.3
|
||||
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
|
||||
do-configure:
|
||||
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
|
||||
PREFIX=${PREFIX}
|
||||
|
||||
.include <bsd.port.mk>
|
1
converters/p5-Convert-BER/distinfo
Normal file
1
converters/p5-Convert-BER/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Convert-BER-1.31.tar.gz) = 47da44467e33892f6b3dc3f7ba887031
|
1
converters/p5-Convert-BER/pkg-comment
Normal file
1
converters/p5-Convert-BER/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
|
5
converters/p5-Convert-BER/pkg-descr
Normal file
5
converters/p5-Convert-BER/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
DESCRIPTION
|
||||
`Convert::BER' provides an OO interface to encoding and
|
||||
decoding data using the ASN.1 Basic Encoding Rules (BER),
|
||||
a platform independent way of encoding structured binary
|
||||
data together with the structure.
|
4
converters/p5-Convert-BER/pkg-plist
Normal file
4
converters/p5-Convert-BER/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
lib/perl5/site_perl/5.6.0/Convert/BER.pod
|
||||
lib/perl5/site_perl/5.6.0/Convert/BER.pm
|
||||
lib/perl5/site_perl/5.6.0/mach/auto/Convert/BER/.packlist
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Convert/BER
|
Loading…
Reference in New Issue
Block a user