24 lines
444 B
Makefile
24 lines
444 B
Makefile
# Created by: Peter Vereshagin <peter@vereshagin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Sub-Alias
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple subroutine alias
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= p5-Keyword-Declare>=0:devel/p5-Keyword-Declare
|
|
|
|
USES= perl5
|
|
USE_PERL5= modbuildtiny
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|