1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/devel/p5-C-Scan/Makefile

28 lines
629 B
Makefile
Raw Normal View History

1998-04-04 13:56:05 +00:00
# New ports collection makefile for: p5-C-Scan
# Version required: 0.5
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
1998-04-04 13:56:05 +00:00
DISTNAME= C-Scan-0.5
PKGNAME= p5-C-Scan-0.5
1997-04-20 13:53:29 +00:00
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= C
MAINTAINER= jfitz@FreeBSD.org
2000-02-05 00:27:44 +00:00
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Data/Flow.pm:${PORTSDIR}/devel/p5-Data-Flow
USE_PERL5= YES
MAN3= C::Scan.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include <bsd.port.mk>