23be74d434
and centralize data validation rules to ensure DRY (don't repeat yourself) code. It is not the intent of this module to provide validation routines but instead to provide a simplistic validation flow-control and promote code reuse. WWW: http://search.cpan.org/~awncorp/Oogly/ PR: ports/153315 Submitted by: Grzegorz Blach <magik at roorback.net>
22 lines
438 B
Makefile
22 lines
438 B
Makefile
# New ports collection makefile for: p5-Oogly
|
|
# Date created: 20 Dec 2010
|
|
# Whom: Grzegorz Blach <magik@roorback.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Oogly
|
|
PORTVERSION= 0.31
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= ../../authors/id/A/AW/AWNCORP
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= magik@roorback.net
|
|
COMMENT= A Data validation idea that just might be ideal
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Oogly.3
|
|
|
|
.include <bsd.port.mk>
|