773cdaedf9
- Add LICENSE (Artistic 1 & GPL 1) PR: ports/185731 [1] Submitted by: Matthew D. Fuller <fullermd@over-yonder.net> (maintainer)
19 lines
381 B
Makefile
19 lines
381 B
Makefile
# Created by: Matthew Fuller <fullermd@over-yonder.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Text-WikiCreole
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= fullermd@over-yonder.net
|
|
COMMENT= Implementation of the Wiki Creole markup language
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|