aboutsummaryrefslogtreecommitdiffstats
path: root/misc/p5-LEGO-RCX/Makefile
blob: 9a08e203b88e1a590e965f6da377d6f1eed3843c (plain) (blame)
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-LEGO-RCX
# Date created:             July 05 2000
# Whom:                     Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#

PORTNAME=   LEGO-RCX
PORTVERSION=    1.00
CATEGORIES= misc perl5
MASTER_SITES=   ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= LEGO
PKGNAMEPREFIX=  p5-

MAINTAINER= kbyanc@posi.net

USE_PERL5=  yes

MAN3=       LEGO::RCX.3
MANPREFIX=  ${PREFIX}/lib/perl5/${PERL_VERSION}

do-configure:
        @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
            CC="${CC}" CCFLAGS="${CFLAGS}"

.include <bsd.port.mk>