mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
fcd83ce716
(Fix the build of devel/p5-Class-Accessor-Grouped) ChangeLog: http://cpansearch.perl.org/src/FLORA/Sub-Name-0.05/Changes Approved by: maintainer(implicity)
22 lines
387 B
Makefile
22 lines
387 B
Makefile
# New ports collection makefile for: devel/p5-Sub-Name
|
|
# Date created: 27 November 2005
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Sub-Name
|
|
PORTVERSION= 0.05
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Sub::Name - (re)name a sub
|
|
|
|
PERL_CONFIGURE= 5.6.0+
|
|
|
|
MAN3= Sub::Name.3
|
|
|
|
.include <bsd.port.mk>
|