22 lines
415 B
Makefile
22 lines
415 B
Makefile
# New ports collection makefile for: p5-Pragmatic
|
|
# Date created: 2011-11-05
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Pragmatic
|
|
PORTVERSION= 1.7
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:BINKLEY
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Adds pragmata to Exporter
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Pragmatic.3
|
|
|
|
.include <bsd.port.mk>
|