mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
24 lines
547 B
Makefile
24 lines
547 B
Makefile
# 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
|
|
COMMENT= Perl5 module to encode and decode objects using Basic Encoding Rules (BER)
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Convert::BER.3
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
|
|
.include <bsd.port.mk>
|