blob: 80b4c76e6eb31ec04d11f419bd0f5468403b68fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-FreeBSD-Pkgs
# Date created: 2008-07-02
# Whom: Zane C, Bowers <vvelox@vvelox.net>
#
# $FreeBSD$
#
PORTNAME= FreeBSD-Pkgs
PORTVERSION= 0.1.1
CATEGORIES= ports-mgmt sysutils perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= vvelox@vvelox.net
COMMENT= Parses the contents of FreeBSD package DB under /var/db/pkg
PERL_CONFIGURE= yes
MAN3= FreeBSD::Pkgs.3
.include <bsd.port.mk>
|