1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/net/p5-Socket6/Makefile
Tobias Kortkamp 1bf865fed5
Clean up all commented PORTREVISION and PORTEPOCH lines
No revision bump tool that we have cleans them up or deals with
them, so we end up with duplicated lines.  Instead of implementing
that just clean up the 51 ports that do this.

PORTREVISION and PORTEPOCH can be set to 0 explicitly instead if
you need a reminder or placeholder.
2021-04-19 10:00:13 +02:00

25 lines
521 B
Makefile

# Created by: Hajimu UMEMOTO <ume@FreeBSD.org>
PORTNAME= Socket6
PORTVERSION= 0.29
PORTREVISION= 0
CATEGORIES= net perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:UMEMOTO
PKGNAMEPREFIX= p5-
MAINTAINER= ume@FreeBSD.org
COMMENT= IPv6 related part of the C socket.h defines and structure manipulators
LICENSE= BSD3CLAUSE
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV+= CC="${CC}"
PLIST_FILES= %%PERL5_MAN3%%/Socket6.3.gz \
%%SITE_ARCH%%/Socket6.pm \
%%SITE_ARCH%%/auto/Socket6/Socket6.so
.include <bsd.port.mk>