mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
34 lines
697 B
Makefile
34 lines
697 B
Makefile
# New ports collection makefile for: ExtUtils-PkgConfig
|
|
# Date created: 18 October 2003
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ExtUtils-PkgConfig
|
|
PORTVERSION= 1.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= ExtUtils
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Simplistic interface to pkg-config
|
|
|
|
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= ExtUtils::PkgConfig.3
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e '$$_="" if $$.==1' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500800
|
|
EXTRA_PATCHES= ${PATCHDIR}/500600-Makefile.PL
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|