blob: 8d5321feab8b3265372e8638d1002c572201d799 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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>
|