mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
dbc8aa6cc1
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
34 lines
727 B
Makefile
34 lines
727 B
Makefile
# New ports collection makefile for: p5-Devel-DProf
|
|
# Version required: 19970614
|
|
# Date created: June 15th 1997
|
|
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.6 1998/10/12 19:32:28 jseger Exp $
|
|
#
|
|
|
|
DISTNAME= DProf-19970614
|
|
PKGNAME= p5-Devel-DProf-19970614
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Devel
|
|
|
|
MAINTAINER= jfitz@FreeBSD.ORG
|
|
|
|
USE_PERL5= YES
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} >= 300000
|
|
BROKEN= perl
|
|
.endif
|
|
|
|
MAN1PREFIX= ${PREFIX}
|
|
MAN1= dprofpp.1
|
|
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
|
MAN3= Devel::DProf.3
|
|
|
|
do-configure:
|
|
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
|
|
|
|
.include <bsd.port.post.mk>
|