mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
74d50709a9
- Support STAGEDIR Changes: http://search.cpan.org/dist/ExtUtils-PkgConfig/Changes
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ExtUtils-PkgConfig
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simplistic interface to pkg-config
|
|
|
|
LICENSE= LGPL3
|
|
|
|
USES= pkgconfig:both perl5
|
|
USE_PERL5= configure
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -i '' -e '1d' ${WRKSRC}/Makefile.PL
|
|
|
|
.include <bsd.port.mk>
|