blob: 9b456311b80d88fc2e8e301b8949ca52c5286798 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= PkgConfig
PORTVERSION= 0.07920
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>
|