911e2fe221
PR: 212299 Submitted by: dbaio@bsd.com.br (maintainer of textproc/pear-Validate_ISPN)
19 lines
397 B
Makefile
19 lines
397 B
Makefile
# Created by: Danilo G. Baio <dbaio@bsd.com.br>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Validate_ISPN
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= dbaio@bsd.com.br
|
|
COMMENT= Validation class for ISPN (International Standard Product Numbers)
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
RUN_DEPENDS= ${PEARDIR}/Validate.php:devel/pear-Validate
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|