187cd65a20
PR: 133147 Submitted by: Zane C.B. <vvelox@vvelox.net> (maintainer)
22 lines
467 B
Makefile
22 lines
467 B
Makefile
# 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>
|