1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/p5-Acme-Monta/Makefile
Dmitry Marakasov 8ad047e1e9 - Add LICENSE
- Add NO_ARCH

Approved by:	portmgr blanket
2019-02-14 09:00:47 +00:00

22 lines
361 B
Makefile

# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
# $FreeBSD$
PORTNAME= Acme-Monta
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Monta Method reproduced in web
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>