mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
f571bf4d62
- Move maintainership to perl@ PR: ports/105393 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
26 lines
620 B
Makefile
26 lines
620 B
Makefile
# New ports collection makefile for: p5-Class-Inflate
|
|
# Date created: 2006-07-21
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Class-Inflate
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= databases perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Class
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Inflate HASH Object from Values in Database
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Devel/Messenger.pm:${PORTSDIR}/devel/p5-Devel-Messenger
|
|
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/SQLite.pm:${PORTSDIR}/databases/p5-DBD-SQLite
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Class::Inflate.3
|
|
|
|
.include <bsd.port.mk>
|