aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/p5-FreeBSD-Pkgs/Makefile
blob: a4c92127f061e8eb1e5fbaaaf79ce93bec37af1d (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: Zane C, Bowers <vvelox@vvelox.net>
# $FreeBSD$

PORTNAME=   FreeBSD-Pkgs
PORTVERSION=    0.2.0
CATEGORIES= ports-mgmt sysutils perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= vvelox@vvelox.net
COMMENT=    Parses the contents of FreeBSD package DB under /var/db/pkg

BUILD_DEPENDS=  p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper
RUN_DEPENDS=    p5-Error-Helper>=0:${PORTSDIR}/devel/p5-Error-Helper

USES=       perl5
USE_PERL5=  configure

MAN3=       FreeBSD::Pkgs.3

NO_STAGE=   yes
.include <bsd.port.mk>