freebsd-ports/ports-mgmt/p5-FreeBSD-Pkgs/Makefile
Philip M. Gollucci 116ec22ac1 - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.
PR:             ports/153292
Submitted by:   myself (pgollucci)
Tested by:      -exp run by pav
Approved by:    portmgr (pav)
2010-12-29 20:04:42 +00:00

21 lines
430 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-
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>