20 lines
397 B
Makefile
20 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>
|