mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
23 lines
438 B
Makefile
23 lines
438 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= PkgConfig
|
|
PORTVERSION= 0.08220
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:PLICEASE
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pure-Perl Core-Only replacement for pkg-config
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PORTSCOUT= limit:^[0-9\.]*$$
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5 pkgconfig
|
|
|
|
.include <bsd.port.mk>
|