freebsd-ports/devel/p5-Method-Signatures-Simple/Makefile
Sunpoet Po-Chuan Hsieh 2b65c7232d - Update to 1.02
- Move PLIST_* entries to PLIST and fix it

Changes:	http://search.cpan.org/dist/Method-Signatures-Simple/Changes
2011-09-10 10:26:57 +00:00

22 lines
486 B
Makefile

# New ports collection makefile for: p5-Method-Signatures-Simple
# Date created: 2010-10-08
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Method-Signatures-Simple
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RHESA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Basic method declarations with signatures, without source filters
PERL_CONFIGURE= yes
MAN3= Method::Signatures::Simple.3
.include <bsd.port.mk>