1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/www/p5-FAQ-OMatic/Makefile
Sunpoet Po-Chuan Hsieh 75de3f4e3b - Add LICENSE
- Pass maintainership to submitter

PR:		ports/183746
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2013-11-09 21:46:56 +00:00

22 lines
364 B
Makefile

# Created by: Seamus Venasse <svenasse@polaris.ca>
# $FreeBSD$
PORTNAME= FAQ-OMatic
PORTVERSION= 2.719
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= 5u623l20@gmail.com
COMMENT= Perl API to manipulate FAQ-O-Matics
LICENSE= GPLv2
USES= perl5
USE_PERL5= configure
post-install:
@${CAT} ${WRKSRC}/install.notes
.include <bsd.port.mk>