80dc36c45d
information without giving yourself a headache.
33 lines
839 B
Makefile
33 lines
839 B
Makefile
# New ports collection makefile for: devel/p5-Data-Remember
|
|
# Date created: 14 May 2009
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Remember
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Data
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Remember complex information without giving yourself a headache
|
|
|
|
BUILD_DEPENDS= p5-DBM-Deep>0:${PORTSDIR}/databases/p5-DBM-Deep \
|
|
p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \
|
|
p5-UNIVERSAL-require>0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
|
|
p5-POE>0:${PORTSDIR}/devel/p5-POE
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Data::Remember.3 \
|
|
Data::Remember::DBM.3 \
|
|
Data::Remember::Hybrid.3 \
|
|
Data::Remember::Memory.3 \
|
|
Data::Remember::POE.3 \
|
|
Data::Remember::YAML.3
|
|
|
|
.include <bsd.port.mk>
|