f8cc2c102f
Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D10648
19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Created by: Danilo G. Baio <dbaio@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Validate_ISPN
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= textproc pear
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
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>
|