freebsd-ports/databases/p5-Genezzo/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

22 lines
461 B
Makefile

# Created by: Gea-Suan Lin <gslin@gslin.org>
# $FreeBSD$
PORTNAME= Genezzo
PORTVERSION= 0.72
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Extensible database with SQL and DBI
RUN_DEPENDS= p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
BUILD_DEPENDS:= ${RUN_DEPENDS}
USES= perl5 shebangfix
SHEBANG_FILES= lib/Genezzo/*.pl
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>