dd2aca93e9
Remove MAN3PREFIX, add WWW, use %%SITE_PERL%% maintainer timeout (5 months) PR: 51560 Submitted by: myself
23 lines
553 B
Makefile
23 lines
553 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.01
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Convert
|
|
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>
|