24 lines
518 B
Makefile
24 lines
518 B
Makefile
# New ports collection makefile for: p5-Data-Domain
|
|
# Date created: 2011-09-10
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Data-Domain
|
|
PORTVERSION= 0.15
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Data description and validation
|
|
|
|
BUILD_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
|
|
RUN_DEPENDS= p5-Date-Calc>=0:${PORTSDIR}/devel/p5-Date-Calc
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Data::Domain.3
|
|
|
|
.include <bsd.port.mk>
|