18 lines
401 B
Makefile
18 lines
401 B
Makefile
# Created by: Danilo G. Baio <dbaio@FreeBSD.org>
|
|
|
|
PORTNAME= Validate_ISPN
|
|
PORTVERSION= 0.7.0
|
|
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@${PHP_FLAVOR}
|
|
|
|
USES= pear
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|