mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
Use more informative COMMENT and pkg-descr for devel/py-XStatic* family of ports. PR: 215145 Submitted by: maintainer Reported by: adamw, mat
22 lines
521 B
Makefile
22 lines
521 B
Makefile
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XStatic-Angular-Gettext
|
|
PORTVERSION= 2.3.8.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= alexander.nusov@nfvexpress.com
|
|
COMMENT= Gettext support for Angular.js (angular-gettext)
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}XStatic>=0:devel/py-XStatic
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|