mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
6577061106
Remove unneeded dependency
23 lines
426 B
Makefile
23 lines
426 B
Makefile
# New ports collection makefile for: p5-Data-Page
|
|
# Date created: 21 july 2003
|
|
# Whom: Mathieu Arnold <m@absolight.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Page
|
|
PORTVERSION= 1.00
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Data
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= mat@FreeBSD.org
|
|
COMMENT= Pager utility for Class::DBI
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Page.3
|
|
|
|
.include <bsd.port.mk>
|